Compare commits

..

No commits in common. "160313f4f51b48d56171c4d1894dee23c17f6974" and "343ac3757e984a69be36377e8d61f250b9182642" have entirely different histories.

View file

@ -35,11 +35,6 @@ 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.
@ -58,13 +53,10 @@ in {
videoDrivers = [ "nvidia" ]; # "modesetting" ];
displayManager.lightdm = {
enable = true;
greeters.slick.enable = true;
};
displayManager.lightdm = { enable = true; };
desktopManager.xfce.enable = true;
desktopManager.gnome.enable = true;
desktopManager.plasma5.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
libinput = {