aint gonna fuck with this for a while

This commit is contained in:
2021-04-24 08:37:16 +05:30
parent 7d3321fabc
commit c67dc7dd34
5 changed files with 21 additions and 6 deletions

View File

@@ -28,9 +28,15 @@
};
};
nix.gc = {
automatic = true;
automatic = false;
dates = "20:15";
};
nixpkgs.config.allowUnfree = true;
programs.fish.enable = true;
programs = {
fish.enable = true;
dconf.enable = true;
};
nixpkgs.config.allowBroken = true;
nix.extraOptions = ''experimental-features = nix-command flakes ca-references'';
}