niksos/modules/gui/default.nix
jacekpoz 0f70ec9680
remove waybar module and make each host define it themselves
this will be cleaner anyway once I move to quickshell
2024-03-09 14:25:42 +01:00

21 lines
374 B
Nix

_: {
imports = [
#./eww
./vesktop
./anyrun.nix
./armcord.nix
./cursor.nix
./firefox.nix
./foot.nix
./gtk.nix
./gtklock.nix
./hyprland.nix
./mpv.nix
./osu.nix
./qt.nix
#./rofi.nix
#./schizofox.nix
./swaylock.nix
./zathura.nix
];
}