Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
supersend-menu = false;
|
supersend-menu = false;
|
||||||
};
|
};
|
||||||
inline-diagnostics = {
|
inline-diagnostics = {
|
||||||
cursor-line = "hint";
|
cursor-line = "warning";
|
||||||
other-lines = "disable";
|
other-lines = "disable";
|
||||||
prefix-len = 1;
|
prefix-len = 1;
|
||||||
# max-wrap = set above
|
# max-wrap = set above
|
||||||
|
|||||||
@@ -18,5 +18,18 @@
|
|||||||
defaultUser = hyper.user;
|
defaultUser = hyper.user;
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix = {
|
||||||
|
settings = {
|
||||||
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
substitute = true;
|
||||||
|
substituters = [
|
||||||
|
"https://yazi.cachix.org"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"yazi.cachix.org-1:Dcdz63NZKfvUCbDGngQDAZq6kOroIrFoyO064uvLh8k="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
nixpkgs.hostPlatform = hyper.system;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user