Compare commits

...

3 commits

Author SHA1 Message Date
160313f4f5 dregil: Switch from plasma to gnome 2023-08-03 08:17:45 +02:00
f911d46279 dregil: Use a fancier greeter for lightdm 2023-08-03 08:17:03 +02:00
b86f21d565 dregil: Add german to list of locales
Also set TIME_STYLE to iso.
2023-08-03 08:15:38 +02:00

View file

@ -35,6 +35,11 @@ in {
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
i18n = {
extraLocaleSettings = { TIME_STYLE = "iso"; };
supportedLocales = [ "C.UTF-8" "en_US.UTF-8" "de_DE.UTF8" ];
};
console = {
font = "Lat2-Terminus16";
#useXkbConfig = true; # use xkbOptions in tty.
@ -53,10 +58,13 @@ in {
videoDrivers = [ "nvidia" ]; # "modesetting" ];
displayManager.lightdm = { enable = true; };
displayManager.lightdm = {
enable = true;
greeters.slick.enable = true;
};
desktopManager.xfce.enable = true;
desktopManager.plasma5.enable = true;
desktopManager.gnome.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
libinput = {