a bunch of code cleanup

This commit is contained in:
Gerg-L 2023-04-22 01:57:28 -04:00
parent 977d1ad6d2
commit 016a347d5e
19 changed files with 92 additions and 100 deletions

View file

@ -3,14 +3,13 @@ _: {
lib,
options,
...
}:
with lib; let
}: let
cfg = config.localModules.DE.xfce;
in {
options.localModules.DE.xfce = {
enable = mkEnableOption "";
enable = lib.mkEnableOption "";
};
config = mkIf cfg.enable {
config = lib.mkIf cfg.enable {
services.xserver = {
enable = true;
desktopManager.xfce = {