This commit is contained in:
Chris Kruining 2025-03-28 22:09:57 +01:00
parent 816b85e06e
commit bc00deb3e1
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ in
config = mkIf config.modules.${user}.shell.toolset.starship.enable {
home-manager.users.${user} = {
packages = with pkgs; [ starship ];
home.packages = with pkgs; [ starship ];
programs.starship = {
enable = true;