Add helix to home-manager
This commit is contained in:
parent
ce1a70168a
commit
943522935b
2 changed files with 42 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
[
|
||||
./programs
|
||||
./distrobox.nix
|
||||
./helix.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./packages.nix
|
||||
|
@ -16,7 +17,7 @@
|
|||
]
|
||||
++ (
|
||||
lib.lists.optionals (osConfig.hm-pedro.de != "none")
|
||||
[
|
||||
[
|
||||
./browsers
|
||||
./gtk.nix
|
||||
./kitty.nix
|
||||
|
@ -26,14 +27,14 @@
|
|||
./spotify.nix
|
||||
./vscodium.nix
|
||||
]
|
||||
)
|
||||
)
|
||||
++ (
|
||||
lib.lists.optionals (osConfig.hm-pedro.de == "hyprland")
|
||||
[
|
||||
[
|
||||
./hyprland
|
||||
./scripts
|
||||
./waybar
|
||||
./mako.nix
|
||||
]
|
||||
);
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue