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 ];