From 892bd5f8e326199396be4ae5ea1c59385a4721f3 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 24 Feb 2026 22:29:34 +0100 Subject: [PATCH] dregil: Setup COSMIC desktop-environment --- hosts/dregil/configuration.nix | 3 --- modules/wm/x.nix | 13 ++++++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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 = {