yep, more dotfiles

nix: use xdg directories

wiro.world 61fb296e 3880a489

verified
Changed files
+2 -1
nixos
fragments
+2 -1
nixos/fragments/nix.nix
···
# Make NixOS system's legacy channels consistent with registry and flake inputs
else lib.mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;
-
gc = {
automatic = true;
# absolute disk space saver, if you forget to run GC
···
# Disable flake registry to keep system pure and
# avoid network calls at each nix invoation.
flake-registry = "";
+
+
use-xdg-base-directories = true;
keep-going = true;