Lazy bulk update after a number of things

This commit is contained in:
Chris Thompson 2024-12-07 22:17:13 -05:00
parent f48580c7f2
commit ae9036f47f
3 changed files with 101 additions and 20 deletions

View file

@ -19,17 +19,37 @@ in
isNormalUser = true;
initialPassword = "B@dC0d3MangFIX|T";
description = lib.mkDefault "Just a normal admin";
# groups: wheel => sudo access, dialout => serial access
extraGroups = [ "wheel" "networkmanager" "docker" ];
packages = with pkgs; [
kdePackages.kate
thunderbird
keepassxc
macchina
z-lua
#kdePackages.kate # ... why did I add this?
thunderbird # email client
keepassxc # passwords!
macchina # like *fetch - display basics
z-lua # jump around directories (be careful with same-named ones!)
logseq # REQUIRES TEMPORARY INSECURE ELECTRON
signal-desktop
ddev
vscodium
signal-desktop # messaging
ddev # local docker dev awesome
vscodium # vs code editor, but free
# go to 2.17 when no more servers w/python issues (elizabeth)
ansible_2_16 # deployment/automation
#python311Full # troubleshooting ansible things.
#python311Packages.ansible
# php added for ansible composer build temporarily
# switch to an ansible build environment instead.
php81
php81Packages.composer
php81Packages.composer
php81Extensions.zip
php81Extensions.xml
php81Extensions.dom
php81Extensions.bz2
php81Extensions.yaml
php81Extensions.zlib
php81Extensions.zstd
php81Extensions.intl
php81Extensions.curl
php81Extensions.posix
];
};
};