User package changes
This commit is contained in:
parent
9cb2c6be9a
commit
ecd4d9c822
1 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@ in
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
#kdePackages.kate # ... why did I add this?
|
#kdePackages.kate # ... why did I add this?
|
||||||
|
mkcert
|
||||||
thunderbird # email client
|
thunderbird # email client
|
||||||
keepassxc # passwords!
|
keepassxc # passwords!
|
||||||
macchina # like *fetch - display basics
|
macchina # like *fetch - display basics
|
||||||
|
@ -31,6 +32,8 @@ in
|
||||||
signal-desktop # messaging
|
signal-desktop # messaging
|
||||||
ddev # local docker dev awesome
|
ddev # local docker dev awesome
|
||||||
vscodium # vs code editor, but free
|
vscodium # vs code editor, but free
|
||||||
|
yubikey-manager-qt # yubi key mgmgt - more needed
|
||||||
|
#pavucontrol # pulse audio vol control
|
||||||
# go to 2.17 when no more servers w/python issues (elizabeth)
|
# go to 2.17 when no more servers w/python issues (elizabeth)
|
||||||
ansible_2_16 # deployment/automation
|
ansible_2_16 # deployment/automation
|
||||||
#python311Full # troubleshooting ansible things.
|
#python311Full # troubleshooting ansible things.
|
||||||
|
@ -39,12 +42,11 @@ in
|
||||||
# switch to an ansible build environment instead.
|
# switch to an ansible build environment instead.
|
||||||
php81
|
php81
|
||||||
php81Packages.composer
|
php81Packages.composer
|
||||||
php81Packages.composer
|
|
||||||
php81Extensions.zip
|
php81Extensions.zip
|
||||||
php81Extensions.xml
|
php81Extensions.xml
|
||||||
php81Extensions.dom
|
php81Extensions.dom
|
||||||
php81Extensions.bz2
|
php81Extensions.bz2
|
||||||
php81Extensions.yaml
|
#php81Extensions.yaml
|
||||||
php81Extensions.zlib
|
php81Extensions.zlib
|
||||||
php81Extensions.zstd
|
php81Extensions.zstd
|
||||||
php81Extensions.intl
|
php81Extensions.intl
|
||||||
|
|
Loading…
Reference in a new issue