mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 09:28:13 +08:00
Don't hardcode
This commit is contained in:
parent
ff3313e030
commit
dd0bf0c9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue