We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d679d commit 1b403b4Copy full SHA for 1b403b4
flake.nix
@@ -18,10 +18,6 @@
18
type = "app";
19
projectDir = ./.;
20
21
- nativeBuildInputs = [
22
- pkgs.inconsolata-nerdfont
23
- ];
24
-
25
# To copy over the full options json
26
preInstall = ''
27
mkdir -p $out/data
nix_tree/ui.py
@@ -619,7 +619,7 @@ def compose(self) -> ComposeResult:
619
yield Static("Home manager options unavailable - first install home-manager!")
620
with TabPane(title="operations stack", id="operations_stack_tab"):
621
yield ListView(id="operations_stack")
622
- yield Header(name="Nix tree", show_clock=True, icon=" ")
+ yield Header(name="Nix tree")
623
yield Footer()
624
625
def on_mount(self) -> None:
0 commit comments