1

System/Nixinator: Move to linux stable with nvidia-open

This commit is contained in:
2026-02-26 16:15:19 +01:00
parent a4272ea92c
commit 06cf86fa20
3 changed files with 92 additions and 25 deletions

View File

@ -208,6 +208,7 @@ with mylib.networking; {
supportedLocales = ["${en}/UTF-8" "${de}/UTF-8"];
};
# console = lib.mkIf headless {
console = {
earlySetup = true;
useXkbConfig = true;
@ -301,6 +302,7 @@ with mylib.networking; {
wireguard-tools
man-pages
man-pages-posix
kmscon # needed in addition to services.kmscon for kmscon-launch-gui
# Android
android-tools
@ -388,21 +390,6 @@ with mylib.networking; {
wacom.enable = true;
};
# greetd = {
# enable = !headless;
# restart = false;
# useTextGreeter = true;
#
# settings = {
# terminal.vt = 1;
#
# default_session = {
# command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd $SHELL";
# user = "greeter";
# };
# };
# };
# Enable touchpad support (enabled default in most desktopManager).
libinput.enable = !headless;