all repos — nixfiles @ d658498b5adf76bfc7329ce4a964d114dcc2c299

System and user configuration, managed by nix and home-manager

Fix errors in passwords modules
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 19:18:02 +0200
commit

d658498b5adf76bfc7329ce4a964d114dcc2c299

parent

5a2d7e4085b0461ff38abd9366ff56e00c0bfc42

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M user/modules/passwords.nixuser/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
   ];