This commit is contained in:
Jonathan Dönszelmann 2024-09-17 10:27:44 +02:00
parent 8a9b1f2529
commit da4113e046
No known key found for this signature in database

View file

@ -9,4 +9,10 @@
../../programs/tmux
../../programs/git
];
home.sessionVariables.PATH = "$HOME/.nix-profile/bin:$PATH";
home.packages = with pkgs; [
atuin
];
}