feat: add home-assistant-custom-lovelace-modules/bar-card
This commit is contained in:
parent
0660c722cf
commit
86bb6fb118
6 changed files with 76 additions and 65 deletions
22
overlay.nix
Normal file
22
overlay.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
inputs: final: prev:
|
||||
prev.lib.composeManyExtensions (
|
||||
# Order is important to allow using prev instead of final in more places to
|
||||
# speed up evaluation.
|
||||
(map (x: import x inputs) [
|
||||
# No dependencies
|
||||
./lib/types.nix
|
||||
# No dependencies
|
||||
./lib/misc.nix
|
||||
# No dependencies
|
||||
./lib/disko.nix
|
||||
# Requires misc
|
||||
./lib/net.nix
|
||||
# Requires misc, types
|
||||
./lib/wireguard.nix
|
||||
])
|
||||
++ [
|
||||
(import ./pkgs)
|
||||
]
|
||||
)
|
||||
final
|
||||
prev
|
Loading…
Add table
Add a link
Reference in a new issue