fish: init
This commit is contained in:
parent
eda1f4129c
commit
69ceb5dcc5
14 changed files with 171 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
programs.zsh.enable = true;
|
||||
programs.zsh.promptInit = ( builtins.readFile ../stow/.zshrc );
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
|
|
@ -26,6 +28,8 @@
|
|||
|
||||
ffmpeg
|
||||
imagemagick
|
||||
] ++ lib.optionals config.programs.fish.enable [
|
||||
pkgs.fishPlugins.pure
|
||||
] ++ lib.optionals pkgs.stdenv.isLinux [ pkgs.trash-cli ];
|
||||
|
||||
programs.tmux.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue