Compare commits

..

5 commits

Author SHA1 Message Date
6e73c936b0 home: zsh: fix plug-in path
Some checks failed
ci/woodpecker/push/check Pipeline failed
The upstream commit [1] said it was a non-breaking change, but didn't
actually setup the symlinks for this package...

[1]: 10f01ded353d5a76c6acbecaa0ac5e5063f60c13
2025-11-08 11:57:45 +00:00
bbdbc1e55c home: vim: ftdetect: remove glsl
GLSL is now correctly detected starting with v0.11.

This reverts commit b8b64bed8e.
2025-11-08 11:57:45 +00:00
0ac983a71f home: vim: do not set 'background' explicitly
Rely on the new behaviour from v0.10 which detects it more
intelligently.
2025-11-08 11:57:45 +00:00
fe681d3f16 flake: bump inputs 2025-11-08 11:57:45 +00:00
44246b4ea1 flake: NUR has renamed its branch to 'main' 2025-11-08 11:56:25 +00:00
2 changed files with 6 additions and 28 deletions

32
flake.lock generated
View file

@ -196,20 +196,19 @@
],
"nixpkgs": [
"nixpkgs"
],
"treefmt-nix": "treefmt-nix"
]
},
"locked": {
"lastModified": 1759781536,
"narHash": "sha256-v/X5gKmgVoGtu5elYyUu2w037PyWVhrqnWzXkLJ9xnY=",
"lastModified": 1762602346,
"narHash": "sha256-BVzjmS25ihrfnfpfLD6gzXqMp9vP0hOyjIWkV0LP6E0=",
"owner": "nix-community",
"repo": "NUR",
"rev": "c30a53a5947bcc874b3f8842e6fe5c34bc81d8dd",
"rev": "fe5118da8d7e09651e0362ff130d194bc1441185",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"ref": "main",
"repo": "NUR",
"type": "github"
}
@ -241,27 +240,6 @@
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nur",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733222881,
"narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "49717b5af6f80172275d47a418c9719a31a78b53",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
}
},
"root": "root",

View file

@ -54,7 +54,7 @@
type = "github";
owner = "nix-community";
repo = "NUR";
ref = "master";
ref = "main";
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";