From 12fe0ac1f22424a1b1c584808b1a1f15a4f33e87 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 10 May 2025 11:37:19 -0500 Subject: [PATCH] various cleanup --- hosts/snowfire/configuration.nix | 13 ++----------- hosts/zenith/configuration.nix | 3 ++- modules/user/hyprland/default.nix | 5 +++++ 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/hosts/snowfire/configuration.nix b/hosts/snowfire/configuration.nix index c74cebce..311d17b0 100644 --- a/hosts/snowfire/configuration.nix +++ b/hosts/snowfire/configuration.nix @@ -23,7 +23,6 @@ # wm hyprland.enable = true; - gnome.enable = true; # dotfiles dotfilesDir = "/etc/nixos"; @@ -54,16 +53,8 @@ name = "Emmet"; email = "emmet@librephoenix.com"; }; - #users.users.corrina.description = "Corrina"; - #home-manager.users.corrina.userSettings = { - # name = "Corrina"; - # email = ""; - # stylix.theme = "spaceduck"; - #}; - #home-manager.users.corrina.services.nextcloud-client = { - # enable = lib.mkForce false; - # startInBackground = lib.mkForce false; - #}; + + services.displayManager.defaultSession = "hyprland"; }; diff --git a/hosts/zenith/configuration.nix b/hosts/zenith/configuration.nix index a0a63390..037c241c 100644 --- a/hosts/zenith/configuration.nix +++ b/hosts/zenith/configuration.nix @@ -22,7 +22,6 @@ # wm hyprland.enable = true; - gnome.enable = true; # dotfiles dotfilesDir = "/etc/nixos"; @@ -56,6 +55,8 @@ services.xserver.wacom.enable = true; services.xserver.videoDrivers = [ "i915" ]; + services.displayManager.defaultSession = "hyprland"; + }; } diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index 317c8e94..1f1cfcfd 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -370,6 +370,11 @@ in force_zero_scaling = true; }; + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; + }; systemd.variables = ["--all"]; xwayland = { enable = true; };