flocon/modules/programs/default.nix
Anthony Rodriguez 76dbbd715b
modules: move nh from core/nix to programs
This is a user program, it cannot be in core.
2025-02-06 15:22:47 +01:00

20 lines
251 B
Nix

{
imports = [
./anyrun
./discord
./editors
./hypr
./media
./terminal
./fastfetch.nix
./firefox.nix
./games.nix
./misc.nix
./nh.nix
./thunar.nix
./waybar.nix
./wlogout.nix
./xdg.nix
];
}