install serial utilities, add to group
This commit is contained in:
parent
b2ab765800
commit
1cd8ecb093
@ -15,6 +15,9 @@ in {
|
||||
anki
|
||||
zen-browser-bin
|
||||
|
||||
# uhh idk where else to put this
|
||||
qflipper
|
||||
|
||||
# mapping/GIS
|
||||
qgis
|
||||
josm
|
||||
|
@ -175,6 +175,10 @@ in {
|
||||
zoxide
|
||||
asciinema
|
||||
mtr
|
||||
|
||||
screen
|
||||
minicom
|
||||
picocom
|
||||
]
|
||||
++ builtins.map (x: lib.hiPrio x) [
|
||||
# terminfo (just the ones i'm likely to use)
|
||||
|
@ -15,7 +15,7 @@ in {
|
||||
uid = 1000;
|
||||
group = "nullbite";
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"] ++ lib.optional config.nixfiles.packageSets.fun.enable "input";
|
||||
extraGroups = [ "wheel" "dialout" ] ++ lib.optional config.nixfiles.packageSets.fun.enable "input";
|
||||
packages = with pkgs; [
|
||||
keychain
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user