diff options
| author | seth <[email protected]> | 2023-08-17 13:46:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 13:55:47 -0400 |
| commit | 6ca79241fe6a45ca4468e4c54c778df116c0b14f (patch) | |
| tree | ca6bbd7eaec86125c0e59a2553922ea4ef4a2b9b /users/seth/desktop/plasma/default.nix | |
| parent | 76127171e4ed7abcb2a14039f358e117aac20181 (diff) | |
users/seth: make everything a module
Diffstat (limited to 'users/seth/desktop/plasma/default.nix')
| -rw-r--r-- | users/seth/desktop/plasma/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/seth/desktop/plasma/default.nix b/users/seth/desktop/plasma/default.nix index f19f2c1..4f59528 100644 --- a/users/seth/desktop/plasma/default.nix +++ b/users/seth/desktop/plasma/default.nix @@ -4,11 +4,9 @@ pkgs, ... }: let - cfg = config.desktop.plasma; - inherit (lib) mkEnableOption mkIf; + cfg = config.getchoo.desktop.plasma; + inherit (lib) mkIf; in { - options.desktop.plasma.enable = mkEnableOption "enable plasma"; - config = mkIf cfg.enable { home.packages = with pkgs; [ catppuccin-cursors |
