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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue