mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
ditched flake-utis cleaned up flake, reverted back to nix 2.13
This commit is contained in:
parent
1231534d40
commit
7ee7675019
4 changed files with 56 additions and 97 deletions
|
|
@ -30,7 +30,7 @@ in {
|
|||
|
||||
#other nix settings
|
||||
nix = {
|
||||
package = inputs.nix.packages.${pkgs.system}.default;
|
||||
#package = inputs.nix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
auto-optimise-store = true;
|
||||
|
|
@ -38,7 +38,7 @@ in {
|
|||
#ignore global registry
|
||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||
#become stable faster stupid
|
||||
use-xdg-base-directories = true;
|
||||
#use-xdg-base-directories = true;
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue