update system

This commit is contained in:
2025-12-28 13:03:58 +01:00
parent a8528b7fcd
commit 63a657fc84
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware-configuration.nix ];
boot = { boot = {
loader.timeout = 0;
quiet.enable = true; quiet.enable = true;
kernelParams = [ "module_blacklist=i915" ]; kernelParams = [ "module_blacklist=i915" ];

View File

@@ -17,6 +17,7 @@
gamma-launcher gamma-launcher
]; ];
}; };
wayland.windowManager.hyprland.settings.input.kb_options = [ "lv3:caps_switch" ];
services.nextcloud-client.enable = true; services.nextcloud-client.enable = true;
systemd.user.services = { systemd.user.services = {
blueman-applet = { blueman-applet = {