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