diff options
Diffstat (limited to 'hm/shell')
| -rw-r--r-- | hm/shell/foot.nix | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/hm/shell/foot.nix b/hm/shell/foot.nix index 91dbfa0..1a86474 100644 --- a/hm/shell/foot.nix +++ b/hm/shell/foot.nix @@ -8,14 +8,10 @@ let cfg = config.hm.shell.foot; - footTheme = pkgs.runCommand "gruvbox-dark" { } '' - sed -e 's/\[colors-dark\]/\[colors\]/g' ${ - pkgs.fetchurl { - url = "https://codeberg.org/dnkl/foot/raw/branch/master/themes/gruvbox-dark"; - sha256 = "sha256-hlmLklG/vAEDy8I+k13+o4ZR6Cq6lTxOconjf9M75eo="; - } - } > $out - ''; + footTheme = pkgs.fetchurl { + url = "https://codeberg.org/dnkl/foot/raw/branch/master/themes/gruvbox-dark"; + sha256 = "sha256-hlmLklG/vAEDy8I+k13+o4ZR6Cq6lTxOconjf9M75eo="; + }; in { options.hm.shell.foot = { |
