forked from mirrors_public/oddlama_nix-config
feat: add odroid-h3 host "ward"
This commit is contained in:
parent
7a8ffd9a2e
commit
c5a5cf14ba
9 changed files with 150 additions and 59 deletions
|
@ -31,12 +31,12 @@ with lib; {
|
|||
# ./graphical/i3
|
||||
];
|
||||
|
||||
home = {
|
||||
username = config.users.users.myuser.name;
|
||||
uid = config.users.users.myuser.uid;
|
||||
shellAliases = {
|
||||
p = "cd ~/projects";
|
||||
};
|
||||
};
|
||||
home = {
|
||||
username = config.users.users.myuser.name;
|
||||
inherit (config.users.users.myuser) uid;
|
||||
shellAliases = {
|
||||
p = "cd ~/projects";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue