From 7345e0a06c3f1ec7efe51d385d0c9a26f7032091 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 1 Apr 2024 16:11:09 -0400 Subject: [PATCH] 291 current 2024-04-01 16:09:33 24.05.20240401.2f73b69 6.8.2-zen2 * --- env/wayland/default.nix | 28 ++++++++++++++++------------ modules/home-manager/default.nix | 4 ++-- 2 files changed, 18 insertions(+), 14 deletions(-) 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