simplified namespace cause I dont wanna type that much and introduce colored man pages
This commit is contained in:
parent
767922cdd0
commit
80a4ed8f70
15 changed files with 54 additions and 126 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.submodules.graphical-interface;
|
||||
in
|
||||
{
|
||||
options.wyrdgard.submodules.graphical-interface = with types; {
|
||||
enable = mkBoolOpt false "Whether to enable a graphical interface";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [ xdg-utils ];
|
||||
|
||||
wyrdgard.graphical-interface =
|
||||
{
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue