What seems to be a workable config

This commit is contained in:
Olaf
2025-05-07 11:46:07 +02:00
parent fbd41a72f1
commit 62d004a6a2
13 changed files with 638 additions and 62 deletions

View File

@ -2,7 +2,7 @@
with pkgs; [
# General packages for development and system management
alacritty
#alacritty
aspell
aspellDicts.en
bash-completion
@ -15,6 +15,9 @@ with pkgs; [
sqlite
wget
zip
htop
ncdu
nixfmt-rfc-style
# Encryption and security tools
age
@ -58,4 +61,7 @@ with pkgs; [
# Python packages
python3
virtualenv
# Development
]