chore: added chromium to installed set
chore: reduced nix gc timer
This commit is contained in:
parent
60228a141c
commit
28245aae9c
|
@ -27,7 +27,10 @@
|
||||||
flake-registry = /etc/nix/registry.json
|
flake-registry = /etc/nix/registry.json
|
||||||
'';
|
'';
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
gc.automatic = true;
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Copy the NixOS configuration file and link it from the resulting system
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
bitwarden
|
bitwarden
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
chromium
|
||||||
xdragon
|
xdragon
|
||||||
xournalpp
|
xournalpp
|
||||||
zathura
|
zathura
|
||||||
|
|
Loading…
Reference in a new issue