home / hosts | refactor sway config + general refactor
This commit is contained in:
parent
8538b25027
commit
6e7009451f
11 changed files with 403 additions and 44 deletions
8
hosts/vars.nix
Normal file
8
hosts/vars.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }: {
|
||||
options = {
|
||||
variables = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue