From 819f9fd01e2d94a4d7250d5b54a10de0da4fe61e Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] nix: put display manager in a seperate file uhh didnt save file when committing --- modules/hyprland.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index bdc2a91..20d1d67 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -5,16 +5,6 @@ # Optional, hint electron apps to use wayland: environment.sessionVariables.NIXOS_OZONE_WL = "1"; - # display manager - programs.regreet = { - enable = true; - settings = { - GTK = { - application_prefer_dark_theme = true; - }; - }; - }; - # have portals xdg.portal.enable = true; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];