mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add worktrunk shell integration
This commit is contained in:
parent
55adebb809
commit
0829385802
3 changed files with 110 additions and 4 deletions
|
|
@ -26,13 +26,15 @@ in {
|
|||
enableNushellIntegration = lib.mkIf config.mods.terminal.nushell.enable true;
|
||||
};
|
||||
|
||||
programs.worktrunk = {
|
||||
enable = true;
|
||||
enableZshIntegration = lib.mkIf config.mods.terminal.zsh.enable true;
|
||||
enableNushellIntegration = lib.mkIf config.mods.terminal.nushell.enable true;
|
||||
};
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
programs.zsh.sessionVariables = lib.mkIf config.mods.terminal.zsh.enable {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
worktrunk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue