Changes
2 changed files (+5/-19)
-
-
@@ -134,7 +134,7 @@enable = true; type = "fcitx5"; fcitx5 = { addons = with pkgs; [ fcitx5-chinese-addons ]; addons = with pkgs; [ qt6Packages.fcitx5-chinese-addons ]; waylandFrontend = true; }; };
-
@@ -168,20 +168,6 @@login.fprintAuth = false; kde.fprintAuth = false; }; # https://unnamed.website/posts/plasma-6-fingerprint-bug/ systemd.services.kill-fprintd = { wantedBy = [ "sleep.target" ]; before = [ "sleep.target" ]; # Make sure we kill fprintd first and ignore errors since I suspect fprintd disables USB persist when it quits # Then make the persist file read-only # This solves the race condition where fprintd starts after kill-fprintd right before sleep # Alternatively I could use a udev rule but it's less transparent and harder to debug serviceConfig.ExecStart = pkgs.writers.writeFish "kill-fprintd" '' ${pkgs.killall}/bin/killall fprintd || true echo 1 > /sys/bus/usb/devices/3-3/power/persist || true chmod 444 /sys/bus/usb/devices/3-3/power/persist ''; }; # Back up /home and unnamed.website using btrfs snapshots and btrbk services.btrbk.instances.btrbk.settings.volume = {
-
-
-
@@ -23,17 +23,17 @@}, "nixpkgs": { "locked": { "lastModified": 1761114652, "narHash": "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=", "lastModified": 1761654629, "narHash": "sha256-rXmWra2OFO7r4Sz2733DxJUfpLuSpi1RkBoR7KbabZ0=", "owner": "NixOS", "repo": "nixpkgs", "rev": "01f116e4df6a15f4ccdffb1bcd41096869fb385c", "rev": "07a00f6b176cebe5bdcc9c0ae57d4a16e32520fc", "type": "github" }, "original": { "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "rev": "07a00f6b176cebe5bdcc9c0ae57d4a16e32520fc", "type": "github" } },
-