mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 12:46:34 +05:30
enable experimental features
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user