Fix errors in passwords modules
1 file 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 ];