programs: move from base to desktop
This reduces disk-usage for servers.
This commit is contained in:
parent
e1b719e5fb
commit
dcabdb70cd
2 changed files with 5 additions and 9 deletions
|
@ -2,36 +2,28 @@
|
|||
# NixOS default packages:
|
||||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
|
||||
environment.systemPackages = with pkgs; [
|
||||
ascii
|
||||
bandwhich
|
||||
bat
|
||||
binutils
|
||||
black
|
||||
clang
|
||||
dnsutils
|
||||
fd
|
||||
file
|
||||
fzf
|
||||
gcc
|
||||
git
|
||||
gnumake
|
||||
htop
|
||||
iputils
|
||||
jq
|
||||
lsof
|
||||
magic-wormhole-rs
|
||||
mtr
|
||||
ncdu
|
||||
ntp
|
||||
openssl
|
||||
pciutils
|
||||
postgresql
|
||||
progress
|
||||
pwgen
|
||||
python3
|
||||
python310
|
||||
python311
|
||||
python312
|
||||
python313
|
||||
socat
|
||||
sqlite-interactive
|
||||
tcpdump
|
||||
|
|
|
@ -8,11 +8,13 @@
|
|||
# Packages useful on a desktop computer which don't require their own module
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ascii
|
||||
aspell
|
||||
aspellDicts.da
|
||||
aspellDicts.en
|
||||
aspellDicts.en-computers
|
||||
aspellDicts.en-science
|
||||
black
|
||||
element-desktop
|
||||
firefox-wayland
|
||||
gimp
|
||||
|
@ -30,6 +32,8 @@
|
|||
libreoffice
|
||||
mpv
|
||||
mumble
|
||||
postgresql
|
||||
pwgen
|
||||
spotify
|
||||
thunderbird
|
||||
tor-browser-bundle-bin
|
||||
|
|
Loading…
Reference in a new issue