added sum changes

This commit is contained in:
2026-07-04 03:55:53 +02:00
parent 555affc0e1
commit f61feecd87
9 changed files with 113 additions and 17 deletions
+45
View File
@@ -0,0 +1,45 @@
{ config, pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
# default
fastfetch
vim
tmux
git
wget
curl
htop
# utils
lsof
tree
ntfs3g
usbutils
net-tools
inetutils
ethtool
dig
drill
# dev
vscodium
rustup
python3
qutebrowser
neovide
];
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-color-emoji
nerd-fonts.symbols-only
nerd-fonts._0xproto
nerd-fonts.terminess-ttf
terminus_font
font-awesome
];
}