nix/modules/wm/default.nix

22 lines
220 B
Nix
Raw Permalink Normal View History

2024-11-08 18:23:40 +01:00
{
2024-08-31 16:04:57 +02:00
imports = [
2024-10-06 12:57:02 +02:00
./gnome
2024-11-08 18:23:40 +01:00
./hyprland
2024-11-24 21:35:15 +01:00
./hypridle
./foot
./mpv
./ags
./firefox
./clip
./rofi
./dunst
2024-10-20 11:11:07 +02:00
./polkit
2024-11-24 21:35:15 +01:00
./qt
./gtk
./xdg
./gdm
./stylix
./misc
2024-08-31 16:04:57 +02:00
];
}