feat(shell): migrate to fish

This commit is contained in:
2025-12-05 20:29:35 +08:00
parent 837f865b4f
commit ab6dadd113
6 changed files with 169 additions and 96 deletions

View File

@@ -2,9 +2,6 @@
config,
lib,
pkgs,
username,
userfullname,
useremail,
...
}:
lib.my.makeSwitch {
@@ -48,6 +45,10 @@ lib.my.makeSwitch {
programs.dconf.enable = true;
my.persist.homeDirs = [
".local/share/zoxide"
".config/television/cable"
];
my.hm = {
home.packages = with pkgs; [
lsd
@@ -86,6 +87,12 @@ lib.my.makeSwitch {
programs.television = {
enable = true;
enableZshIntegration = true;
enableFishIntegration = true;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
enableFishIntegration = true;
};
xdg.configFile."fastfetch/config.jsonc".text = ''
{