mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 22:00:39 +02:00
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
|
@ -1,19 +0,0 @@
|
|||
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
|
||||
./types.nix
|
||||
# No dependencies
|
||||
./misc.nix
|
||||
# No dependencies
|
||||
./disko.nix
|
||||
# Requires misc
|
||||
./net.nix
|
||||
# Requires misc, types
|
||||
./wireguard.nix
|
||||
]
|
||||
)
|
||||
final
|
||||
prev
|
Loading…
Add table
Add a link
Reference in a new issue