Skip to content

Commit 1b403b4

Browse files
committed
Removed fonts and clock
1 parent 17d679d commit 1b403b4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
type = "app";
1919
projectDir = ./.;
2020

21-
nativeBuildInputs = [
22-
pkgs.inconsolata-nerdfont
23-
];
24-
2521
# To copy over the full options json
2622
preInstall = ''
2723
mkdir -p $out/data

nix_tree/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def compose(self) -> ComposeResult:
619619
yield Static("Home manager options unavailable - first install home-manager!")
620620
with TabPane(title="operations stack", id="operations_stack_tab"):
621621
yield ListView(id="operations_stack")
622-
yield Header(name="Nix tree", show_clock=True, icon=" ")
622+
yield Header(name="Nix tree")
623623
yield Footer()
624624

625625
def on_mount(self) -> None:

0 commit comments

Comments
 (0)