update system

This commit is contained in:
2025-12-17 13:12:53 +01:00
parent 02103e2585
commit 0b0b568916
6 changed files with 10 additions and 5 deletions

View File

@@ -19,8 +19,6 @@ in
config = mkIf cfg.enable {
users.users.${username}.linger = true;
boot = {
loader.timeout = 0;
plymouth.enable = true;
kernelParams = [

View File

@@ -32,6 +32,7 @@ in
no_update_news = true;
no_donation_nag = true;
};
input.numlock_by_default = true;
};
plugins = with pkgs.hyprlandPlugins; [
];
@@ -83,6 +84,9 @@ in
};
};
security.pam.services.gdm.enableGnomeKeyring = true;
security.pam.services.hyprland.enableGnomeKeyring = true;
services = {
kmscon = {
enable = true;