treewide: remove variables from pkgs
This commit is contained in:
parent
36a717072a
commit
2f67b084d2
38 changed files with 60 additions and 64 deletions
6
settings/default.nix
Normal file
6
settings/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options = {
|
||||
my = lib.mkOption { };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue