From da4113e046b1062a8cf18d057e3b54836bcad5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20D=C3=B6nszelmann?= Date: Tue, 17 Sep 2024 10:27:44 +0200 Subject: [PATCH] atuin --- hosts/icecube/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/icecube/home.nix b/hosts/icecube/home.nix index df74e27..8750b46 100644 --- a/hosts/icecube/home.nix +++ b/hosts/icecube/home.nix @@ -9,4 +9,10 @@ ../../programs/tmux ../../programs/git ]; + + home.sessionVariables.PATH = "$HOME/.nix-profile/bin:$PATH"; + + home.packages = with pkgs; [ + atuin + ]; }