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:
|
# NixOS default packages:
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
|
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ascii
|
|
||||||
bandwhich
|
bandwhich
|
||||||
bat
|
bat
|
||||||
binutils
|
binutils
|
||||||
black
|
|
||||||
clang
|
|
||||||
dnsutils
|
dnsutils
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gcc
|
|
||||||
git
|
git
|
||||||
gnumake
|
|
||||||
htop
|
htop
|
||||||
iputils
|
iputils
|
||||||
jq
|
jq
|
||||||
lsof
|
lsof
|
||||||
magic-wormhole-rs
|
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
ntp
|
ntp
|
||||||
openssl
|
openssl
|
||||||
pciutils
|
pciutils
|
||||||
postgresql
|
|
||||||
progress
|
progress
|
||||||
pwgen
|
|
||||||
python3
|
python3
|
||||||
python310
|
|
||||||
python311
|
python311
|
||||||
python312
|
python312
|
||||||
|
python313
|
||||||
socat
|
socat
|
||||||
sqlite-interactive
|
sqlite-interactive
|
||||||
tcpdump
|
tcpdump
|
||||||
|
|
|
@ -8,11 +8,13 @@
|
||||||
# Packages useful on a desktop computer which don't require their own module
|
# Packages useful on a desktop computer which don't require their own module
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
ascii
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.da
|
aspellDicts.da
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
aspellDicts.en-science
|
aspellDicts.en-science
|
||||||
|
black
|
||||||
element-desktop
|
element-desktop
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
gimp
|
gimp
|
||||||
|
@ -30,6 +32,8 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
mpv
|
mpv
|
||||||
mumble
|
mumble
|
||||||
|
postgresql
|
||||||
|
pwgen
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
|
|
Loading…
Reference in a new issue