diff --git a/env/wayland/default.nix b/env/wayland/default.nix index 126c48d..555e4fd 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -5,25 +5,21 @@ }: { imports = [./fonts.nix]; - # environment.etc."greetd/environments".text = '' - # Hyprland - # ''; + environment.etc."greetd/environments".text = '' + Hyprland + ''; services = { - # greetd = { - # enable = true; - # settings = rec { - # initial_session = { - # command = "Hyprland"; - # user = "zack"; - # }; - # default_session = initial_session; - # }; - # }; - xserver.displayManager.gdm = { + greetd = { enable = true; + settings = rec { + initial_session = { + command = "Hyprland"; + user = "zack"; + }; + default_session = initial_session; + }; }; - xserver.desktopManager.gnome.enable = true; }; environment = { @@ -64,7 +60,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 ed2fb06..7f85f1c 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