From 4360bd59f50167f999a777cf29d16f0e5d8c4845 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 30 Apr 2026 07:49:05 +0200 Subject: [PATCH] feat: update flake.lock --- hosts/skadi/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 1d690a8..1d8c3c6 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -105,6 +105,9 @@ # Enable bpftune for better networking services.bpftune.enable = true; + # Setup vial udev rule + hardware.keyboard.qmk.enable = true; + # Set your time zone. time.timeZone = "Europe/Zagreb"; @@ -198,8 +201,9 @@ libva-utils alsa-utils ddcutil + vial ]; # DO NOT CHANGE - system.stateVersion = "26.05"; + system.stateVersion = "24.11"; }