treewide: add and use option nixowos.allowAddingPackages
This commit is contained in:
parent
0144d9667b
commit
b91af8f6f7
5 changed files with 20 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -7,4 +8,8 @@
|
|||
./defaults
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
options.nixowos = {
|
||||
allowAddingPackages = lib.mkEnableOption "adding to `environment.systemPackages`";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue