test
This commit is contained in:
parent
8a106d3e22
commit
e3719a907f
4 changed files with 1 additions and 5 deletions
|
@ -16,7 +16,6 @@
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
autorun = true;
|
autorun = true;
|
||||||
videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
##### disable nvidia, very nice battery life.
|
##### disable nvidia, very nice battery life.
|
||||||
|
|
|
@ -47,8 +47,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
|
||||||
|
|
||||||
# tuigreet
|
# tuigreet
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
autorun = true;
|
autorun = true;
|
||||||
videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue