Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
4dd6269207
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
users.users.alex = {
|
users.users.alex = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Alexander Wainwright";
|
description = "Alexander Wainwright";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
|
|
@ -158,6 +158,10 @@
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
# maths
|
||||||
|
bc
|
||||||
|
libqalculate
|
||||||
|
|
||||||
# build tools
|
# build tools
|
||||||
binutils
|
binutils
|
||||||
cmake
|
cmake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue