Fix errors in passwords modules
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 19:18:02 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M user/modules/passwords.nix → user/modules/passwords.nix
@@ -1,9 +1,9 @@ { config, pkgs, ... }: -{ environment.systemPackages = with pkgs.unstable; [ +{ + home.packages = with pkgs.unstable; [ keepassx-community rofi-pass - pass pass-otp pwgen ];