diff --git a/env/wayland/default.nix b/env/wayland/default.nix index 555e4fd..126c48d 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -5,21 +5,25 @@ }: { imports = [./fonts.nix]; - environment.etc."greetd/environments".text = '' - Hyprland - ''; + # environment.etc."greetd/environments".text = '' + # Hyprland + # ''; services = { - greetd = { + # greetd = { + # enable = true; + # settings = rec { + # initial_session = { + # command = "Hyprland"; + # user = "zack"; + # }; + # default_session = initial_session; + # }; + # }; + xserver.displayManager.gdm = { enable = true; - settings = rec { - initial_session = { - command = "Hyprland"; - user = "zack"; - }; - default_session = initial_session; - }; }; + xserver.desktopManager.gnome.enable = true; }; environment = { @@ -60,7 +64,7 @@ config.common.default = "*"; wlr.enable = true; extraPortals = [ - pkgs.xdg-desktop-portal-gtk + # pkgs.xdg-desktop-portal-gtk # pkgs.xdg-desktop-portal-hyprland ]; }; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 7f85f1c..ed2fb06 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -13,9 +13,9 @@ ./swayidle.nix ./vim/default.nix - ../rice/hyprland + # ../rice/hyprland ../rice/sway - ../rice/gtk.nix + # ../rice/gtk.nix ../rice/kitty.nix ../rice/waybar ../rice/dunst.nix