fixing updates
This commit is contained in:
parent
4a7826fee1
commit
c11e1943e2
4 changed files with 42 additions and 49 deletions
nixos/modules/system
|
@ -21,18 +21,9 @@ in
|
|||
|
||||
enable = true;
|
||||
|
||||
# Configure video Drivers
|
||||
# -----------------------
|
||||
videoDrivers = [ "intel" ];
|
||||
deviceSection = ''
|
||||
Option "DRI" "2"
|
||||
Option "TearFree" "true"
|
||||
'';
|
||||
|
||||
# window-manager : Xmonad
|
||||
# -----------------------
|
||||
displayManager = {
|
||||
#defaultSession = lib.mkDefault "none+xmonad";
|
||||
defaultSession = lib.mkDefault "none+i3";
|
||||
autoLogin.enable = lib.mkDefault true;
|
||||
autoLogin.user = cfg.autoLoginUser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue