enable experimental features

This commit is contained in:
2024-03-20 08:06:10 +00:00
parent 6471d5bad7
commit 3dd7303c25

View File

@ -13,6 +13,13 @@
wsl.enable = true;
wsl.defaultUser = "${username}";
nix = {
settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;
};
};
programs = {
ssh.startAgent = true;
zsh.enable = true;
@ -42,8 +49,6 @@
};
};
environment.systemPackages = with pkgs; [];
fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})];
system.stateVersion = "23.11";