diff --git a/modules/gtk/hm.nix b/modules/gtk/hm.nix index 5b7d808b..9657dbd2 100644 --- a/modules/gtk/hm.nix +++ b/modules/gtk/hm.nix @@ -11,8 +11,8 @@ let }; finalCss = pkgs.runCommandLocal "gtk.css" {} '' - echo ${escapeShellArg cfg.extraCss} >>$out cat ${baseCss} >>$out + echo ${escapeShellArg cfg.extraCss} >>$out ''; in {