summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/profiles/workstation/default.nix1
-rw-r--r--nixos/profiles/workstation/dev.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix
index fee6a86..523cb1b 100644
--- a/nixos/profiles/workstation/default.nix
+++ b/nixos/profiles/workstation/default.nix
@@ -31,6 +31,7 @@ in
extraGroups = [
"wheel"
"networkmanager"
+ "dialout"
];
};
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix
index 1e04b4c..26da7dc 100644
--- a/nixos/profiles/workstation/dev.nix
+++ b/nixos/profiles/workstation/dev.nix
@@ -21,6 +21,7 @@
vscodium
# I'm installing extensions via my install-imperative script.
+ platformio
];
virtualisation.podman = {