mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
--no-edit
This commit is contained in:
parent
52f1094f41
commit
f383ee8250
2 changed files with 75 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ in {
|
|||
fzf
|
||||
gh
|
||||
fastfetch
|
||||
carapace
|
||||
];
|
||||
|
||||
shellAliases = {
|
||||
|
|
@ -73,6 +74,11 @@ in {
|
|||
envFile.text = readFile ./env.nu;
|
||||
environmentVariables = config.environment.variables // homeArgs.config.home.sessionVariables;
|
||||
};
|
||||
programs.carapace = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
sessionVariables = config.environment.variables // homeArgs.config.home.sessionVariables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue