mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:26:53 +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 = {
|
||||
dconf.enable = true;
|
||||
droidcam.enable = true;
|
||||
sysdig.enable = true;
|
||||
xwayland.enable = true;
|
||||
#sysdig.enable = true;
|
||||
#xwayland.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -64,5 +64,7 @@ in
|
|||
# high-resolution display
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue