infrastructure/home/desktop/default.nix
2024-06-15 17:17:27 +02:00

14 lines
170 B
Nix

{...}: {
imports = [
./eww
./hyprland
./fuzzel.nix
./gtk.nix
./kanshi.nix
./mako.nix
./swayidle.nix
./swaylock.nix
./xdg.nix
];
}