about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-17 20:56:30 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-17 20:56:30 +0200
commiteabe31af7eb1c785e3867ad6687e4c203674787e (patch)
treeda7e75bff683de247c3b5d052b6d78418b297d3f /modules
parentInitial commit (diff)
downloadnixos-config-eabe31af7eb1c785e3867ad6687e4c203674787e.tar.gz
nixos-config-eabe31af7eb1c785e3867ad6687e4c203674787e.tar.bz2
nixos-config-eabe31af7eb1c785e3867ad6687e4c203674787e.zip
Refractor and move neovim to be a system pkg
Diffstat (limited to 'modules')
-rw-r--r--modules/xorg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix
index e5fd446..aeb4301 100644
--- a/modules/xorg/default.nix
+++ b/modules/xorg/default.nix
@@ -27,4 +27,5 @@
   };
   systemd.user.services.polkit-gnome-authentication-agent-1.enable = true;
 
+  #xsession.enable = true; NOT NEEDED RIGHT
 }