From beb35709c9a769a5f279d3177af778a15dcbda46 Mon Sep 17 00:00:00 2001 From: &yosyo <95646468+y-syo@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:01:06 +0200 Subject: [PATCH] Move extra CSS to the end of the file (#147) --- modules/gtk/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {