shell fixes

This commit is contained in:
Rachel Lambda Samuelsson 2024-08-22 22:03:04 +02:00
parent 274576f829
commit 47b35640dc
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
x = "startx";
rm = "rm -i";
cal = "cal -m";
ls = "ls --color";
};
envExtra = ''
export PS1=$'%B%n%b@%B%m%b: %~\nλ '

View File

@ -2,6 +2,8 @@
{
programs.wezterm = {
enable = true;
enableBashIntegration = false;
enableZshIntegration = false;
extraConfig = builtins.readFile ./wezterm.lua;
};
}