Merge remote-tracking branch 'origin/main'

This commit is contained in:
Alexander Wainwright
2026-02-24 12:24:12 +10:00

View File

@@ -4,7 +4,7 @@
users.users.alex = {
isNormalUser = true;
description = "Alexander Wainwright";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "dialout" ];
packages = with pkgs; [
# thunderbird
];
@@ -158,6 +158,10 @@
wireguard-tools
zip
# maths
bc
libqalculate
# build tools
binutils
cmake