Add helix to home-manager

This commit is contained in:
Pedro Rey Anca 2025-10-16 15:48:19 +02:00
parent ce1a70168a
commit 943522935b
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 42 additions and 4 deletions

View file

@ -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
]
);
);
}