Add work laptop
This commit is contained in:
parent
82260aff47
commit
07d0dc649d
@ -36,6 +36,12 @@
|
|||||||
./home/rothe.nix
|
./home/rothe.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"rothe@pdemu1cml000301" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
modules = [
|
||||||
|
./home/rothe.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,15 @@
|
|||||||
# disable greeting
|
# disable greeting
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
set fish_greeting
|
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 = {
|
shellAliases = {
|
||||||
"..." = "cd ../..";
|
"..." = "cd ../..";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user