Compare commits

...

2 commits

Author SHA1 Message Date
50dab91239
chore(deps): lock file maintenance
All checks were successful
/ check (nvimDev) (push) Successful in 8s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 6s
/ check (nvimNoLsp) (push) Successful in 7s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 0s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s
2025-02-17 02:30:20 +01:00
2da9a655c6
fix: bad config
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 3s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s
I need to fix the automerge issues.
2025-02-17 00:04:36 +01:00
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

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

View file

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