mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
cleaned up lib and modules/misc
This commit is contained in:
parent
f2974e6b13
commit
da8e226c3a
7 changed files with 55 additions and 52 deletions
|
|
@ -3,7 +3,11 @@ inputs: {pkgs, ...}: {
|
|||
nix = {
|
||||
package = inputs.nix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"repl-flake"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
#ignore global registry
|
||||
|
|
@ -14,8 +18,7 @@ inputs: {pkgs, ...}: {
|
|||
"root"
|
||||
"@wheel"
|
||||
];
|
||||
allowed-users = [
|
||||
];
|
||||
allowed-users = [];
|
||||
use-xdg-base-directories = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue