comment setting, not needed anymore
This commit is contained in:
@@ -19,7 +19,7 @@ in {
|
|||||||
min-free = ${toString (100 * 1024 * 1024)}
|
min-free = ${toString (100 * 1024 * 1024)}
|
||||||
max-free = ${toString (1024 * 1024 * 1024)}
|
max-free = ${toString (1024 * 1024 * 1024)}
|
||||||
'';
|
'';
|
||||||
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
#nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
##home-manager.users.${config.mainUser.name}.home.sessionVariables = {
|
##home-manager.users.${config.mainUser.name}.home.sessionVariables = {
|
||||||
## NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
|
## NIX_PATH = "nixpkgs=flake:nixpkgs$\{NIX_PATH:+:$NIX_PATH}";
|
||||||
|
|||||||
Reference in New Issue
Block a user