Files
garandos/modules/home/hyprland/default.nix

13 lines
176 B
Nix

_: {
imports = [
./animations.nix
./binds.nix
./env.nix
./exec-once.nix
./hypridle.nix
./hyprland.nix
./pyprland.nix
./windowrules.nix
];
}