yep, more dotfiles

nix: use xdg directories

wiro.world 61fb296e 3880a489

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