70 lines
1006 B
Nix
70 lines
1006 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
|
|
renoise
|
|
pwvucontrol
|
|
lsof
|
|
picard
|
|
exiftool
|
|
tlrc
|
|
libnotify
|
|
trash-cli
|
|
spek
|
|
ffmpeg
|
|
# wine
|
|
ripgrep
|
|
nemo-with-extensions
|
|
papirus-icon-theme
|
|
rust-analyzer
|
|
scdl
|
|
motrix-next
|
|
onefetch
|
|
smartmontools
|
|
qpwgraph
|
|
pipewire.jack
|
|
sysz
|
|
gomi
|
|
noctalia-shell
|
|
discordchatexporter-desktop
|
|
act
|
|
ayugram-desktop
|
|
playerctl
|
|
musicpresence
|
|
nixd
|
|
libsForQt5.qt5ct
|
|
qt6Packages.qt6ct
|
|
kdePackages.breeze
|
|
kdePackages.breeze.qt5
|
|
gnumake
|
|
samrewritten
|
|
gale
|
|
losslesscut
|
|
tree
|
|
stow
|
|
];
|
|
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.caskaydia-mono
|
|
nerd-fonts.symbols-only
|
|
nerd-fonts.jetbrains-mono
|
|
];
|
|
}
|