Add some programs to IVR

This commit is contained in:
Greg Hellings
2025-06-05 13:25:50 -05:00
parent 021aea0643
commit 54ee42897d
+15 -1
View File
@@ -55,5 +55,19 @@ in
username = username;
homeDirectory = "/Users/${username}";
};
programs.tmux.shell = (lib.getExe x);
programs = {
direnv = {
enable = true;
enableNushellIntegration = true;
};
nushell = {
enable = true;
};
starship = {
enable = true;
enableNushellIntegration = true;
};
tmux.shell = (lib.getExe x);
};
}