fixing updates
This commit is contained in:
parent
4a7826fee1
commit
c11e1943e2
4 changed files with 42 additions and 49 deletions
nixos
|
@ -51,6 +51,7 @@
|
|||
programs.custom.urxvt.fontType = "vector";
|
||||
programs.custom.xterm.fontSize = 16;
|
||||
# todo : add xterm fontType
|
||||
# programs.custom.xterm.fontType = "vector";
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
|
@ -68,7 +69,8 @@
|
|||
};
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
#services.xserver.displayManager.lightdm.enable = false;
|
||||
#services.xserver.displayManager.sddm.enable = true;
|
||||
|
||||
custom.samba-share = {
|
||||
enable = false;
|
||||
|
@ -81,7 +83,7 @@
|
|||
|
||||
# for congress and streaming
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
enable = true; # todo I actually want opengl
|
||||
#driSupport = true;
|
||||
#driSupport32Bit = true;
|
||||
};
|
||||
|
|
|
@ -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