diff options
| author | adikro <adikro@disroot.org> | 2026-03-13 23:41:17 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-13 23:41:17 +0100 |
| commit | f0c0e311c003057f24d8045509a627ad2acab978 (patch) | |
| tree | a1955fe601c487aab46fa47838cd25b8273508ac /hm/shell | |
| parent | ffefb53956c38909da77fe7ebbbb5d8b5dd823b9 (diff) | |
removing obsolete stuff
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 = { |
