Re-enable swaync
It's not a VNC client 😖
This commit is contained in:
parent
2a10090d56
commit
141055212a
1 changed files with 3 additions and 5 deletions
|
@ -23,9 +23,7 @@ in
|
||||||
../waybar
|
../waybar
|
||||||
../swayidle
|
../swayidle
|
||||||
../gammastep
|
../gammastep
|
||||||
# ../wezterm
|
../swaync
|
||||||
# ../wayvnc
|
|
||||||
# ../swaync
|
|
||||||
../foot
|
../foot
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -103,8 +101,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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue