flocon/modules/hm/programs/default.nix
Anthony Rodriguez b808281674
treewide: config/home-manager -> modules/hm
Started moving HM config to the new local modules system. Conditionally
toggling based on profiles and modules.
2025-01-14 19:33:31 +01:00

16 lines
189 B
Nix

{
imports = [
./browsers
./editors
./hypr
./media
./games.nix
./gnome.nix
./misc.nix
./walker.nix
./waybar.nix
./wlogout.nix
./xdg.nix
];
}