summary refs log tree commit diff stats
path: root/user/modules
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules')
-rw-r--r--user/modules/passwords.nix4
1 files changed, 2 insertions, 2 deletions
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
   ];