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 ];
boot = {
loader.timeout = 0;
quiet.enable = true;
kernelParams = [ "module_blacklist=i915" ];

View File

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