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 + ]; }