From 94e2d64cbbb4c1901bbd7466f12662dba28005da Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 4 May 2023 17:09:32 -0400 Subject: modules: prefix with getchoo --- modules/desktop/plasma/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/desktop/plasma') diff --git a/modules/desktop/plasma/default.nix b/modules/desktop/plasma/default.nix index 7434f52..84960f3 100644 --- a/modules/desktop/plasma/default.nix +++ b/modules/desktop/plasma/default.nix @@ -4,13 +4,13 @@ pkgs, ... }: let - cfg = config.desktop.plasma; + cfg = config.getchoo.desktop.plasma; inherit (lib) mkEnableOption mkIf; in { - options.desktop.plasma.enable = mkEnableOption "enable plasma"; + options.getchoo.desktop.plasma.enable = mkEnableOption "enable plasma"; config = mkIf cfg.enable { - desktop.enable = true; + getchoo.desktop.enable = true; environment.systemPackages = with pkgs; [pinentry-qt]; -- cgit v1.2.3