feat: done with gui migration
This commit is contained in:
parent
e55314c922
commit
0ace76d28b
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.gui;
|
||||
|
||||
inherit (lib.marleyos) enabled;
|
||||
in {
|
||||
options.marleyos.programs.gui.enable = lib.mkEnableOption "gui";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
marleyos.programs = {
|
||||
CEmu = enabled;
|
||||
calibre = enabled;
|
||||
discord = enabled;
|
||||
floorp = enabled;
|
||||
nemo = enabled;
|
||||
pidgin = enabled;
|
||||
thunderbird = enabled;
|
||||
phpstorm = enabled;
|
||||
vlc = enabled;
|
||||
wezterm = enabled;
|
||||
zathura = enabled;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue