Compare commits

..

No commits in common. "50dab912399401059003adce2f843687d0eab770" and "87e59d7a79066e067f5bbed1cdebfb28d613b079" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -330,11 +330,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739751913, "lastModified": 1739708385,
"narHash": "sha256-H72wNdLOl9CzfimXjDdKWnV0Mr8lpVF4m3HZ2m+fuck=", "narHash": "sha256-H6qPfgE8P6rYMpwj9GsmcZEry52O3U82IqJJy6hx/88=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "3a66c8a33001d8bd79388c6b15eb1039f43f4192", "rev": "d636d254088a2fa49b585b79097a2766d4e3af80",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -38,7 +38,7 @@ in
}) })
(lib.mkIf cfg.enable { (lib.mkIf cfg.enable {
# Add gopass if pass is enabled # Add gopass if pass is enabled
home.packages = lib.optional config.programs.password-store.enable pkgs.gopass; packages = lib.optional config.programs.password-store.enable pkgs.gopass;
nix.settings.use-xdg-base-directories = fromOs [ nix.settings.use-xdg-base-directories = fromOs [
"nix" "nix"