This commit is contained in:
DashieTM 2024-08-24 23:37:08 +02:00
parent caafd3e3c1
commit bf465d56fa
2 changed files with 120 additions and 121 deletions

View file

@ -8,10 +8,10 @@
}; };
}; };
config = lib.mkIf config.mods.fish.enable config = lib.mkIf config.mods.fish.enable
(lib.optionalAttrs (options ? programs.fish) { programs.fish = { enable = true; }; } (lib.optionalAttrs (options ? programs.fish) {
// lib.optionalAttrs (options ? xdg.configFile) { programs.fish = {
xdg.configFile."fish/config.fish" = { enable = true;
text = '' shellInit = ''
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
end end

View file

@ -26,7 +26,6 @@
xournalpp xournalpp
vesktop vesktop
kitty kitty
fish
ripgrep ripgrep
# TODO add fcp once fixed.... # TODO add fcp once fixed....
rm-improved rm-improved