diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index f37eaf5..a9c27d7 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -47,9 +47,6 @@ in ''; i18n = { - extraLocaleSettings = { - LC_TIME = "sv_SE.UTF-8"; # iso foramt - }; extraLocales = "all"; defaultLocale = "en_US.UTF-8"; }; diff --git a/modules/wm/x.nix b/modules/wm/x.nix index aa86b29..8b68d3c 100644 --- a/modules/wm/x.nix +++ b/modules/wm/x.nix @@ -22,13 +22,16 @@ videoDrivers = [ "nvidia" ]; # "modesetting" ]; - displayManager.lightdm = { - enable = true; - greeters.slick.enable = true; - }; + # displayManager.lightdm = { + # enable = true; + # greeters.slick.enable = true; + # }; + }; - desktopManager.gnome.enable = true; + displayManager.cosmic-greeter.enable = true; + desktopManager.cosmic.enable = true; + # desktopManager.gnome.enable = true; # Enable touchpad support (enabled default in most desktopManager). libinput = {