mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 08:36:33 +01:00
Hopfully fix nvidia
This commit is contained in:
parent
a7ff9fc5a1
commit
75f134b24d
2 changed files with 4 additions and 2 deletions
|
@ -32,8 +32,8 @@ with lib;
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
droidcam.enable = true;
|
droidcam.enable = true;
|
||||||
sysdig.enable = true;
|
#sysdig.enable = true;
|
||||||
xwayland.enable = true;
|
#xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,5 +64,7 @@ in
|
||||||
# high-resolution display
|
# high-resolution display
|
||||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue