add gui option

This commit is contained in:
jopejoe1 2024-04-19 18:12:23 +02:00
parent 24af8c82c1
commit bdd527ddad
8 changed files with 14 additions and 11 deletions

View file

@ -4,6 +4,7 @@ let cfg = config.jopejoe1.common;
in {
options.jopejoe1.common = {
enable = lib.mkEnableOption "Enable Common Homanger settings";
gui = lib.mkEnableOption "Graphical programms";
fonts = {
monospace = lib.mkOption {
type = lib.types.listOf lib.types.str;