Skip to content

Commit

Permalink
Removed fonts and clock
Browse files Browse the repository at this point in the history
  • Loading branch information
max-amb committed Nov 2, 2024
1 parent 17d679d commit 1b403b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
type = "app";
projectDir = ./.;

nativeBuildInputs = [
pkgs.inconsolata-nerdfont
];

# To copy over the full options json
preInstall = ''
mkdir -p $out/data
Expand Down
2 changes: 1 addition & 1 deletion nix_tree/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def compose(self) -> ComposeResult:
yield Static("Home manager options unavailable - first install home-manager!")
with TabPane(title="operations stack", id="operations_stack_tab"):
yield ListView(id="operations_stack")
yield Header(name="Nix tree", show_clock=True, icon=" ")
yield Header(name="Nix tree")
yield Footer()

def on_mount(self) -> None:
Expand Down

0 comments on commit 1b403b4

Please sign in to comment.