diff options
Diffstat (limited to 'archetypes/collections/desktop')
| -rw-r--r-- | archetypes/collections/desktop/crypto.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/collections/desktop/crypto.nix b/archetypes/collections/desktop/crypto.nix index f90919e..bfb9186 100644 --- a/archetypes/collections/desktop/crypto.nix +++ b/archetypes/collections/desktop/crypto.nix @@ -7,7 +7,7 @@ in { config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ - sparrow + unstable.sparrow ]; }; } |
