Add work laptop

This commit is contained in:
Johannes Rothe 2024-09-29 22:21:13 +02:00
parent 82260aff47
commit 07d0dc649d
2 changed files with 15 additions and 0 deletions

View File

@ -36,6 +36,12 @@
./home/rothe.nix
];
};
"rothe@pdemu1cml000301" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./home/rothe.nix
];
};
};
};
}

View File

@ -18,6 +18,15 @@
# disable greeting
shellInit = ''
set fish_greeting
fish_add_path ~/bin/
fish_add_path ~/go/bin/
export DEBFULLNAME="Johannes Rothe"
export DEBEMAIL="mail@johannes-rothe.de"
export GIT_AUTHOR_NAME="Johannes Rothe"
export GIT_AUTHOR_EMAIL="rothe@magazino.eu"
export GIT_COMMITTER_NAME="Johannes Rothe"
export GIT_COMMITTER_EMAIL="rothe@magazino.eu"
export VAULT_ADDR="https://passwords.magazino.eu:8201"
'';
shellAliases = {
"..." = "cd ../..";