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
## Limit Cores on rebuild and enable Flakes
nix.settings = {
cores = 6;
download-buffer-size = 524288000;
experimental-features = [
"nix-command"
"flakes"
];
nix = {
registry = {
voidarc = {
from = {
id = "voidarc";
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