Anthony Rodriguez
b808281674
Started moving HM config to the new local modules system. Conditionally toggling based on profiles and modules.
16 lines
189 B
Nix
16 lines
189 B
Nix
{
|
|
imports = [
|
|
./browsers
|
|
./editors
|
|
./hypr
|
|
./media
|
|
|
|
./games.nix
|
|
./gnome.nix
|
|
./misc.nix
|
|
./walker.nix
|
|
./waybar.nix
|
|
./wlogout.nix
|
|
./xdg.nix
|
|
];
|
|
}
|