Disable hyprland
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

This commit is contained in:
Joey Hafner 2024-09-10 12:50:04 -07:00
parent 8775214b7a
commit 73793590ff
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
home.file = {};
home.sessionVariables = {};
programs.home-manager.enable = true;
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.enable = false;
programs.zsh = {
enable = true;