test
This commit is contained in:
parent
686e610ab2
commit
e3f5b5bcd2
3 changed files with 3 additions and 4 deletions
|
@ -16,8 +16,7 @@
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
autorun = true;
|
autorun = true;
|
||||||
# When you play games, change this to nvidia
|
videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||||
videoDrivers = [ gpu ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
##### disable nvidia, very nice battery life.
|
##### disable nvidia, very nice battery life.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ gpu ];
|
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||||
|
|
||||||
# tuigreet
|
# tuigreet
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
|
|
Loading…
Reference in a new issue