world: init
This commit is contained in:
parent
184253c3fe
commit
9fbc6e83ba
9 changed files with 192 additions and 2 deletions
42
hosts/world/programs.nix
Normal file
42
hosts/world/programs.nix
Normal 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
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue