msiserver: nix settings
This commit is contained in:
parent
535f713c79
commit
2220e7498e
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
||||||
../../home/modules
|
../../home/modules
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
package = pkgs.nix;
|
||||||
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
snowhawk.neovim = {
|
snowhawk.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.neovim-overlay.packages.${pkgs.system}.default;
|
package = inputs.neovim-overlay.packages.${pkgs.system}.default;
|
||||||
|
|
Loading…
Reference in a new issue