summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-22 04:00:28 +0100
committeradikro <adikro@disroot.org>2025-12-22 04:00:28 +0100
commit8d1e42316948a6665911ae60d796161ee20e0b54 (patch)
tree0c64d5209aaa40c53b83701a1b34dcad4e2cd215
parentc2e7208de4e3e7d018560175808f838aa6861b68 (diff)
added gruvbox-dark theme to foot
-rw-r--r--hm/shell/foot.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hm/shell/foot.nix b/hm/shell/foot.nix
index 257a474..686693d 100644
--- a/hm/shell/foot.nix
+++ b/hm/shell/foot.nix
@@ -2,10 +2,10 @@
let
cfg = config.hm.shell.foot;
-# footTheme = pkgs.fetchurl {
-# url = "https://codeberg.org/dnkl/foot/raw/branch/master/themes/gruvbox-dark";
-# sha256 = "sha256-ubvnLgDEPGvNrwQdZRNguftg2SF5qcO1iVK0Tb5ZveI=";
-# };
+ footTheme = pkgs.fetchurl {
+ url = "https://codeberg.org/dnkl/foot/src/branch/master/themes/gruvbox-dark";
+ sha256 = "sha256-ubvnLgDEPGvNrwQdZRNguftg2SF5qcO1iVK0Tb5ZveI=";
+ };
in
{
options.hm.shell.foot = {
@@ -23,7 +23,7 @@ in
main = {
font = "JetBrainsMonoNFM-Regular:size=${toString cfg.fontSize}";
box-drawings-uses-font-glyphs = "yes";
-# include = "${footTheme}";
+ include = "${footTheme}";
};
scrollback = {
lines = 10000;