From 578314605f33af125092e17f2056da9c17233ce5 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 16 Jul 2024 17:03:05 -0400 Subject: [PATCH] Shura: Replace Flatpak KeePassXC with native --- hosts/Shura/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index 0c27d71..d69cb6e 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -34,6 +34,7 @@ in networking.hostName = hostName; # FIXME: disabling fingerprints due to fprintd-tod build error + # Fix queued and coming: https://github.com/NixOS/nixpkgs/pull/327289 services.fprintd.enable = lib.mkForce false; aux.system = { @@ -66,6 +67,7 @@ in packages = with pkgs; [ boinc # Boinc client + keepassxc # Use native instead of Flatpak due to weird performance issues ]; # Keep old generations for one week. @@ -102,7 +104,6 @@ in "com.github.tchx84.Flatseal" "com.github.wwmm.easyeffects" "md.obsidian.Obsidian" - "org.keepassxc.KeePassXC" "org.mozilla.firefox" ];