world: init

This commit is contained in:
Bloxx12 2025-05-15 11:22:57 +02:00
commit 9fbc6e83ba
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
9 changed files with 192 additions and 2 deletions

42
hosts/world/programs.nix Normal file
View file

@ -0,0 +1,42 @@
{
self,
pkgs,
...
}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
calc
comma
difftastic
evince
eza
gcc
gh
grc
gparted
git
httpie
imagemagick
img2pdf
imv
inetutils
jujutsu
just
lazygit
libtool
librewolf
linuxHeaders
mpv
networkmanagerapplet
microfetch
nmap
pfetch
polkit
ripgrep
smartmontools
util-linux
wireguard-tools
;
};
}