added shortcut for flakes and updated nvim

This commit is contained in:
2026-05-03 20:14:15 +01:00
parent 087a924e5a
commit 48535bb6d4
2 changed files with 28 additions and 14 deletions

View File

@@ -13,13 +13,27 @@
# Nix settings # Nix settings
## Limit Cores on rebuild and enable Flakes ## Limit Cores on rebuild and enable Flakes
nix.settings = { nix = {
cores = 6; registry = {
download-buffer-size = 524288000; voidarc = {
experimental-features = [ from = {
"nix-command" id = "voidarc";
"flakes" type = "indirect";
]; };
to = {
type = "git";
url = "https://git.voidarc.co.uk/voidarc/flakes.git";
};
};
};
settings = {
cores = 6;
download-buffer-size = 524288000;
experimental-features = [
"nix-command"
"flakes"
];
};
}; };
## Allow unfree packages and add pkgs.unstable ## Allow unfree packages and add pkgs.unstable

14
flake.lock generated
View File

@@ -318,11 +318,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1776169885, "lastModified": 1777578337,
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -406,11 +406,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1777715181, "lastModified": 1777834787,
"narHash": "sha256-L37NZCqNtnbieh8jVqJ2WSOdtJf+1/ccVZuh3VEXtNg=", "narHash": "sha256-yHgNKWcX8AtEX7mJJhnMf8VM4kyjljj/1bpnCZhqDp8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "98c809990b0e31ab3e8789a0bfa816357a559e03", "rev": "85b26f78b1b5486b87e64ee725f73042affc8b9b",
"revCount": 70, "revCount": 73,
"type": "git", "type": "git",
"url": "file:///home/user01/.dotfiles/.config/nvim" "url": "file:///home/user01/.dotfiles/.config/nvim"
}, },