From 1b13fc637d9e7cdec40bc5cd75eb2f44a91da99b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 22 Feb 2025 11:07:20 +0100 Subject: feat(workstation): add platformio and dialout group for split-flap --- nixos/profiles/workstation/default.nix | 1 + nixos/profiles/workstation/dev.nix | 1 + 2 files changed, 2 insertions(+) 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 = { -- cgit v1.2.3