65 lines
885 B
Nix
65 lines
885 B
Nix
{ pkgs, ... }: {
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
wget
|
|
kitty
|
|
gdu
|
|
jamesdsp
|
|
grimblast
|
|
nitch
|
|
wl-clipboard
|
|
unzip
|
|
_7zz
|
|
tree-sitter
|
|
nodejs
|
|
nixfmt
|
|
decibels
|
|
nwg-look
|
|
mpc
|
|
python3
|
|
basedpyright
|
|
waypaper
|
|
rofi-calc
|
|
renoise
|
|
pwvucontrol
|
|
lsof
|
|
picard
|
|
klassy
|
|
exiftool
|
|
tlrc
|
|
libnotify
|
|
trash-cli
|
|
nicotine-plus
|
|
spek
|
|
ffmpeg
|
|
vlc
|
|
wine
|
|
ripgrep
|
|
nemo
|
|
unrar
|
|
papirus-icon-theme
|
|
rust-analyzer
|
|
scdl
|
|
motrix-next
|
|
onefetch
|
|
aria2
|
|
smartmontools
|
|
qpwgraph
|
|
pipewire.jack
|
|
sysz
|
|
gomi
|
|
noctalia-shell
|
|
discordchatexporter-desktop
|
|
act
|
|
ayugram-desktop
|
|
playerctl
|
|
musicpresence
|
|
];
|
|
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.caskaydia-mono
|
|
nerd-fonts.symbols-only
|
|
nerd-fonts.jetbrains-mono
|
|
];
|
|
}
|