summaryrefslogtreecommitdiff
path: root/config/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/desktop.nix')
-rw-r--r--config/desktop.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/config/desktop.nix b/config/desktop.nix
index 92fb93d..3c0bc87 100644
--- a/config/desktop.nix
+++ b/config/desktop.nix
@@ -69,6 +69,10 @@
layout = "us";
xkbVariant = "dvorak";
+ desktopManager.mate = {
+ enable = true;
+ };
+
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
@@ -77,10 +81,10 @@
displayManager.gdm = {
enable = true;
- autoLogin = {
- enable = true;
- user = "orbekk";
- };
+ # autoLogin = {
+ # enable = true;
+ # user = "orbekk";
+ # };
};
synaptics = {