From 3a7b3540cb1a36e734184b29e61b0f7300d368ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 20:12:20 +0100 Subject: [PATCH] non important commit --- home/modules/shell/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/shell/shell.nix b/home/modules/shell/shell.nix index ea25d0d..c603bbe 100644 --- a/home/modules/shell/shell.nix +++ b/home/modules/shell/shell.nix @@ -47,7 +47,8 @@ programs.starship = { enable = true; - enableNushellIntergration = true; + enableNushellIntegration = true; + enableTransience = true; };