summaryrefslogtreecommitdiff
path: root/hm/shell
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 23:52:35 +0100
committeradikro <adikro@disroot.org>2025-12-20 23:52:35 +0100
commitf0acd5c32d4e46cd3ad6fc1b848e9bf325a6d3f5 (patch)
tree918c195140fd06a1bc36030c0c81e68b7739e377 /hm/shell
parent9b3418c0c0ae4c945c51430fd59956e7ad8bd90e (diff)
installed nixos on the laptop host, updated disko
Diffstat (limited to 'hm/shell')
-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 ecd345a..257a474 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/raw/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;