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
|
||||
'';
|
||||
optimise.automatic = true;
|
||||
gc.automatic = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
bitwarden
|
||||
nextcloud-client
|
||||
signal-desktop
|
||||
chromium
|
||||
xdragon
|
||||
xournalpp
|
||||
zathura
|
||||
|
|
Loading…
Reference in a new issue