fix(bash): shell integration
This commit is contained in:
parent
c3e5986aeb
commit
9c1fc433e4
4 changed files with 24 additions and 33 deletions
|
|
@ -84,16 +84,7 @@ in
|
|||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
export INPUTRC="$HOME/.config/nix/config/bash/inputrc"
|
||||
export THEME="midnight"
|
||||
'';
|
||||
interactiveShellInit = ''
|
||||
[ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc"
|
||||
'';
|
||||
};
|
||||
programs.bash.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue