aboutsummaryrefslogtreecommitdiff
path: root/etc/nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-22 10:49:59 -0300
committerEuAndreh <eu@euandre.org>2023-02-22 10:49:59 -0300
commit9b33ec63c94da56de701bbe6876616e632a24d49 (patch)
treee161d24ebe39e9301311d698614c5f511aa5df2b /etc/nix
parentetc/nix/configuration.nix: Remove "intel_backlight" X config section (diff)
downloaddotfiles-9b33ec63c94da56de701bbe6876616e632a24d49.tar.gz
dotfiles-9b33ec63c94da56de701bbe6876616e632a24d49.tar.xz
etc/nix/configuration.nix: Cleanup xserver.displayManager session
Diffstat (limited to 'etc/nix')
-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;