From 6ca79241fe6a45ca4468e4c54c778df116c0b14f Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 17 Aug 2023 13:46:41 -0400 Subject: users/seth: make everything a module --- users/seth/desktop/plasma/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/seth/desktop/plasma/default.nix') 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 -- cgit v1.2.3