calcite: add nix-index-database
This commit is contained in:
parent
700406be3f
commit
60b1409b13
4 changed files with 74 additions and 267 deletions
|
@ -119,6 +119,7 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Filesystem
|
||||
owncloud-client
|
||||
nfs-utils
|
||||
|
||||
winetricks
|
||||
|
@ -177,6 +178,7 @@
|
|||
gnomeExtensions.paperwm
|
||||
gnomeExtensions.search-light
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
gnomeExtensions.gsconnect
|
||||
gnome.gnome-tweaks
|
||||
gthumb
|
||||
|
||||
|
@ -227,6 +229,8 @@
|
|||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
nix.optimise.automatic = true;
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue