base: remove driver config
NVIDIA specific settings should just go to boreal
This commit is contained in:
parent
79d60288aa
commit
2d420362ac
|
@ -29,11 +29,6 @@ in {
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# NOTE: could use `mkOptionDefault` but this feels more explicit
|
|
||||||
videoDrivers =
|
|
||||||
if config.my.gui.isNvidia
|
|
||||||
then ["nvidia"]
|
|
||||||
else options.services.xserver.videoDrivers.default;
|
|
||||||
windowManager.i3.enable = true;
|
windowManager.i3.enable = true;
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|
Loading…
Reference in a new issue