added inputs for mangowc
This commit is contained in:
parent
8d53402dd9
commit
26a436c2df
6 changed files with 99 additions and 3 deletions
14
homes/modules/wm/default.nix
Normal file
14
homes/modules/wm/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options = {
|
||||
deaFiles.wm = lib.mkOption {
|
||||
type = lib.types.enum [lib.listDir ./ |> builtins.toString];
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
deaFiles.wm = "mangowc";
|
||||
};
|
||||
}
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{ }
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue