From 454d3c333e7424c62247c38fbbe681ccdb422bd2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 18 Jul 2018 20:37:37 +0200 Subject: Use newer versions of password managers They need to be kept up-to-date with their corresponding browser plugins, which are auto-updated. Using unstable nixpkgs here should reduce the frequency of breakages --- modules/programs/passwords.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/passwords.nix b/modules/programs/passwords.nix index c93b1ff..094ad29 100644 --- a/modules/programs/passwords.nix +++ b/modules/programs/passwords.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: -{ environment.systemPackages = with pkgs; [ +{ environment.systemPackages = with pkgs.unstable; [ keepassx-community rofi-pass pass -- cgit 1.4.1