mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
8
hosts/shared/variables-config.nix
Normal file
8
hosts/shared/variables-config.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }: {
|
||||
options = {
|
||||
var = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user