refactor: some code cleanup

This commit is contained in:
2025-12-24 19:22:15 +01:00
parent 87a7fc00fe
commit 7a1465bc3b
2 changed files with 0 additions and 4 deletions

View File

@@ -2,9 +2,7 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}: {

View File

@@ -1,13 +1,11 @@
{
config,
lib,
inputs,
pkgs,
...
}:
with lib; let
cfg = config.home.dev.ai.claude;
system = pkgs.stdenv.hostPlatform.system;
in {
options.home.dev.ai.claude.enable = mkEnableOption "Enables Claude-related packages";
config = mkIf cfg.enable {