From b9854c7bae3545fdfefe8f40d87ed5291580cbd9 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sun, 8 Feb 2026 10:58:37 +0100 Subject: [PATCH] dustbowl: add pcscd --- nixos/dustbowl.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 8521383..8eb8b7e 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -285,6 +285,8 @@ include /etc/sway/localconfig ''; + services.pcscd.enable = true; + services.flatpak.enable = true; services.gnome.gnome-keyring.enable = true;