diff --git a/hosts/galanthus/configuration.nix b/hosts/galanthus/configuration.nix index 3af740f..98690a0 100644 --- a/hosts/galanthus/configuration.nix +++ b/hosts/galanthus/configuration.nix @@ -2,6 +2,7 @@ inputs, pkgs, config, + lib, ... }: { @@ -91,8 +92,15 @@ spotdl ffmpeg helix + claude-code ]; + nixpkgs.config.allowUnfreePredicate = + pkg: + builtins.elem (lib.getName pkg) [ + "claude-code" + ]; + time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "de_DE.UTF-8"; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 0cc295e..7cb78eb 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -62,8 +62,6 @@ }; }; - pandoc.enable = true; - ssh = { enable = true; enableDefaultConfig = false; @@ -88,6 +86,12 @@ ''; }; + claude-code = { + enable = true; + }; + + pandoc.enable = true; + yt-dlp = { enable = true; settings = {