Don't hardcode

This commit is contained in:
Sridhar Ratnakumar 2022-12-03 15:13:29 -05:00
parent ff3313e030
commit dd0bf0c9a1

View file

@ -18,7 +18,7 @@ in
# Temporarily sharing with Uday, until he gets better machine.
(mkHomeModule "uday" [ ])
];
myself = mkHomeModule "srid" [
myself = mkHomeModule config.people.myself [
../home/shellcommon.nix
];
default.imports = [