From d658498b5adf76bfc7329ce4a964d114dcc2c299 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 19:18:02 +0200 Subject: Fix errors in passwords modules --- user/modules/passwords.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/modules') diff --git a/user/modules/passwords.nix b/user/modules/passwords.nix index b3fbddc3..72493cef 100644 --- a/user/modules/passwords.nix +++ b/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 ]; -- cgit 1.4.1