mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
misc.nix: formatting
This commit is contained in:
parent
0623dd11e1
commit
4d7eaf72e7
1 changed files with 3 additions and 5 deletions
|
|
@ -11,12 +11,10 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
nixpkgs.config = {
|
||||
allowAliases = false;
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree;
|
||||
};
|
||||
};
|
||||
|
||||
programs.git.enable = true;
|
||||
# Mr sandro why
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue