fix fish
This commit is contained in:
parent
caafd3e3c1
commit
bf465d56fa
2 changed files with 120 additions and 121 deletions
|
|
@ -8,10 +8,10 @@
|
|||
};
|
||||
};
|
||||
config = lib.mkIf config.mods.fish.enable
|
||||
(lib.optionalAttrs (options ? programs.fish) { programs.fish = { enable = true; }; }
|
||||
// lib.optionalAttrs (options ? xdg.configFile) {
|
||||
xdg.configFile."fish/config.fish" = {
|
||||
text = ''
|
||||
(lib.optionalAttrs (options ? programs.fish) {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
xournalpp
|
||||
vesktop
|
||||
kitty
|
||||
fish
|
||||
ripgrep
|
||||
# TODO add fcp once fixed....
|
||||
rm-improved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue