Added various nix settings and enabled nix-ld
This commit is contained in:
parent
5aa79ee613
commit
5119c8d432
2 changed files with 9 additions and 2 deletions
|
|
@ -2,9 +2,15 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
settings.auto-optimise-store = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
connect-timeout = 10;
|
||||
log-lines = 25;
|
||||
min-free = 128000000;
|
||||
max-free = 1000000000;
|
||||
};
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
gc = { # Garbage collector
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 8d";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
adb.enable = true;
|
||||
steam.enable = true;
|
||||
dconf.enable = true;
|
||||
nix-ld.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
partition-manager.enable = true;
|
||||
gnupg.agent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue