home: refactor home/packages.nix

This commit is contained in:
Primrose 2025-02-03 21:19:45 +01:00
parent b246bdbe68
commit 8eea338023
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 18 additions and 29 deletions

View file

@ -29,7 +29,6 @@ in
programs = {
fd.enable = true;
tmux = {
enable = true;
extraConfig = lib.mkBefore ''
set -g default-command "${fishExe}" # Use fish
set -g default-shell "${fishExe}"
@ -45,7 +44,6 @@ in
enableFishIntegration = true;
};
starship = {
enable = true;
enableFishIntegration = true;
};
kitty = {