diff --git a/modules/home/desktop/theme/default.nix b/modules/home/desktop/theme/default.nix index fb82c574e..68f75a4f7 100644 --- a/modules/home/desktop/theme/default.nix +++ b/modules/home/desktop/theme/default.nix @@ -16,7 +16,7 @@ let fromYAML = f: let jsonFile = - pkgs.runCommand "k9s yaml to attribute set" + pkgs.runCommand "yaml to attribute set" { nativeBuildInputs = [ pkgs.jc ]; } ''