treewide: remove variables from pkgs
This commit is contained in:
parent
741d67c4ec
commit
0f4ac759c6
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