Compare commits

..

3 commits

Author SHA1 Message Date
0f782f21c8
Remove kanshi
All checks were successful
/ test (push) Successful in 27s
2024-11-15 10:33:28 +01:00
19e753be87
These Hyprland options don't exist anymore? 2024-11-15 10:32:54 +01:00
141055212a
Re-enable swaync
It's not a VNC client 😖
2024-11-15 10:22:33 +01:00

View file

@ -74,8 +74,8 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
plugins = with pkgs.hyprlandPlugins; [ plugins = with pkgs.hyprlandPlugins; [
hy3 # hy3
hyprspace # hyprspace
]; ];
# TODO migrate to structured options # TODO migrate to structured options
extraConfig = builtins.readFile ./hyprland.conf; extraConfig = builtins.readFile ./hyprland.conf;