1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

--no-edit

This commit is contained in:
TheGeneralist 2025-10-12 16:45:54 +02:00
parent 52f1094f41
commit f383ee8250
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 75 additions and 0 deletions

View file

@ -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;