mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
home: refactor home/packages.nix
This commit is contained in:
parent
b246bdbe68
commit
8eea338023
5 changed files with 18 additions and 29 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue