Skip to content

Commit 939f4d6

Browse files
committed
Fixed fonts and window naming
1 parent b5b7ce8 commit 939f4d6

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

flake.nix

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

21+
buildInputs = [
22+
pkgs.inconsolata-nerdfont
23+
];
24+
2125
# To copy over the full options json
2226
preInstall = ''
2327
mkdir -p $out/data

nix_tree/ui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,8 @@ def compose(self) -> ComposeResult:
622622
yield Header(name="Nix tree", show_clock=True, icon=" ")
623623
yield Footer()
624624

625+
def on_mount(self) -> None:
626+
self.title = "Nix tree"
625627

626628
def start_ui(file_location: str, write_over: bool, comments: bool) -> None:
627629
"""Makes a DecomposerTree object along with calling the decomposer object to fill the tree, it then passes it into

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)