Add usefull home-manager and sway bash aliases

This commit is contained in:
Evie Litherland-Smith 2023-04-13 07:18:21 +01:00
parent 66861e0af5
commit 01f98f319f

View file

@ -2,5 +2,11 @@
{
imports = [ ./common.nix ];
programs.bash.enable = true;
programs.bash = {
enable = true;
shellAliases = {
hms = "home-manager switch -b backup -f $HOME/.dotfiles/nixos/home-manager/northstar-xenia.nix";
esway = "cd; sway -c $HOME/.dotfiles/nixos/home-manager/env/config/sway/swayconfig";
};
};
}