diff --git a/env/wayland/default.nix b/env/wayland/default.nix index e86c1b3..d9af7b2 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -6,7 +6,7 @@ imports = [./fonts.nix]; environment.etc."greetd/environments".text = '' - Hyprland + sway ''; services = { @@ -14,7 +14,7 @@ enable = true; settings = rec { initial_session = { - command = "Hyprland"; + command = "sway --unsupported-gpu"; user = "zack"; }; default_session = initial_session; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index ff3195e..5c2865d 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -8,7 +8,7 @@ ./swayidle.nix ./vim/default.nix - ../rice/hyprland + # ../rice/hyprland ../rice/sway ../rice/gtk.nix ../rice/kitty.nix