1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add odroid-h3 host "ward"

This commit is contained in:
oddlama 2023-01-05 02:42:46 +01:00
parent 7a8ffd9a2e
commit c5a5cf14ba
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 150 additions and 59 deletions

View file

@ -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";
};
};
};
}