aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nix/configuration.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index e2bec07..f0e6240 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -131,21 +131,6 @@
enable = true;
enableContribAndExtras = true;
};
- displayManager = {
- defaultSession = "none+xmonad";
-
- lightdm.enable = true;
-
- # The config inception was inspired by:
- # http://ubuntuforum-br.org/index.php?topic=13784.0
- # Lambda symbol name taken from:
- # http://wiki.linuxquestions.org/wiki/List_of_Keysyms_Recognised_by_Xmodmap
- # To test a keycode:
- # xmodmap -e 'keycode 118 = bar Greek_lamda'
- sessionCommands = ''
- ${pkgs.fvwm}/bin/xpmroot ~/Documents/emotion.png &
- '';
- };
};
blueman.enable = true;