added serial console 'tio' to embedded dev role.
This commit is contained in:
parent
d4c1aaac94
commit
e240bb3608
3 changed files with 15 additions and 10 deletions
|
@ -8,4 +8,9 @@
|
|||
imports = [
|
||||
../../configs/nixos/distrobox.nix
|
||||
];
|
||||
home-manager.users.${config.host.details.user} = {config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
tio
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue