porcorosso: try out nouveau+modesetting?
This commit is contained in:
parent
eba082c249
commit
8c75ce4ecc
2 changed files with 2 additions and 3 deletions
|
@ -157,8 +157,7 @@ in {
|
|||
services.xserver.layout = "us";
|
||||
services.xserver.libinput.enable = true;
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
#services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
services.xserver.videoDrivers = [ "nouveau" "modesetting" ];
|
||||
specialisation.intelGraphics.configuration = {
|
||||
services.xserver.videoDrivers = lib.mkForce [ "intel" ];
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
|
|||
name = "quotes-node_modules";
|
||||
src = builtins.filterSource filterSourcePred ./theme/static_src;
|
||||
|
||||
outputHash = "sha256:1bm4vb19ikxsdllj80sqnj9s9d2cpp7f5b37gdwfh8i6kk5m0n1x";
|
||||
outputHash = "sha256:0jgy91b5mzglmc63562z3k82w8avr3piplr712i9k3dz00mbhijs";
|
||||
outputHashMode = "recursive";
|
||||
|
||||
buildInputs = with pkgs; [ nodejs ];
|
||||
|
|
Loading…
Reference in a new issue