fix the shell aliases in home-manager

This commit is contained in:
Andreas Zweili 2021-12-16 22:00:00 +01:00
parent 479185e580
commit 82740d39d9
2 changed files with 5 additions and 6 deletions

View File

@ -27,10 +27,6 @@
tmux
];
home.shellAliases = {
dist-upgrade = "sudo nixos-rebuild switch -j auto";
};
programs.vim = {
enable = true;
settings = {

View File

@ -23,8 +23,11 @@
home.file.".config/Rapid Photo Downloader".source = ./desktop/configs/rapid_photo_downloader;
home.file.".local/share/applications/steam.desktop".source = ./desktop/applications/steam.desktop;
home.shellAliases = {
management-server = "mosh --ssh='ssh -p 22' andreas@10.7.89.106 tmux a";
programs.bash = {
enable = true;
shellAliases = {
management-server = "mosh --ssh='ssh -p 22' andreas@10.7.89.106 tmux a";
};
};
services.nextcloud-client = {