Compare commits
No commits in common. "50dab912399401059003adce2f843687d0eab770" and "87e59d7a79066e067f5bbed1cdebfb28d613b079" have entirely different histories.
50dab91239
...
87e59d7a79
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -330,11 +330,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739751913,
|
||||
"narHash": "sha256-H72wNdLOl9CzfimXjDdKWnV0Mr8lpVF4m3HZ2m+fuck=",
|
||||
"lastModified": 1739708385,
|
||||
"narHash": "sha256-H6qPfgE8P6rYMpwj9GsmcZEry52O3U82IqJJy6hx/88=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "3a66c8a33001d8bd79388c6b15eb1039f43f4192",
|
||||
"rev": "d636d254088a2fa49b585b79097a2766d4e3af80",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -38,7 +38,7 @@ in
|
|||
})
|
||||
(lib.mkIf cfg.enable {
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue