mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
6cab0f25a5
Dropped GUI programs I no longer use and added qdirstat as a cool alternative to windirstat.
128 lines
1.6 KiB
Nix
128 lines
1.6 KiB
Nix
{ pkgs, sakaya, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
grimblast
|
|
osu-lazer-bin
|
|
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
|
pass
|
|
treefmt
|
|
jamesdsp
|
|
zbar
|
|
sakaya.packages.${system}.sakaya
|
|
|
|
logseq
|
|
mullvad-browser
|
|
spek
|
|
audacity
|
|
gimp
|
|
anki
|
|
sqlitebrowser
|
|
sqlcipher
|
|
kanjidraw
|
|
libreoffice
|
|
krita
|
|
element-desktop
|
|
signal-desktop
|
|
ungoogled-chromium
|
|
qbittorrent
|
|
|
|
gdu
|
|
fdupes
|
|
mediainfo
|
|
cmatrix
|
|
sox
|
|
httpie
|
|
p7zip
|
|
rsync
|
|
unar
|
|
genact
|
|
ffmpeg
|
|
killall
|
|
trashy
|
|
whois
|
|
dwt1-shell-color-scripts
|
|
dig
|
|
yt-dlp
|
|
neofetch
|
|
brightnessctl
|
|
zellij
|
|
hexyl
|
|
jpegoptim
|
|
playerctl
|
|
recode
|
|
rmlint
|
|
sd
|
|
smartmontools
|
|
visidata
|
|
scc
|
|
hwinfo
|
|
stress
|
|
nixpkgs-review
|
|
choose
|
|
gum
|
|
hdparm
|
|
imagemagick
|
|
onefetch
|
|
restic
|
|
watchexec
|
|
mpvpaper
|
|
timg
|
|
ventoy
|
|
wf-recorder
|
|
diskonaut
|
|
yazi
|
|
nodePackages.prisma
|
|
openssl
|
|
|
|
zola
|
|
file
|
|
tessen
|
|
wtype
|
|
mtr
|
|
cointop
|
|
tectonic
|
|
|
|
pipe-rename
|
|
poppler_utils
|
|
wl-clipboard-rs
|
|
lnch
|
|
wev
|
|
dmenu-wayland
|
|
python311Packages.icoextract
|
|
swww
|
|
srb2
|
|
crystalline
|
|
thud
|
|
ironbar
|
|
wallust
|
|
activate-linux
|
|
tango
|
|
obs-studio
|
|
nvd
|
|
hyprdim
|
|
nix-init
|
|
diesel-cli
|
|
litecli
|
|
lychee
|
|
|
|
colorpanes
|
|
sanctity
|
|
didu
|
|
|
|
nix-search-cli
|
|
satty
|
|
aaaaxy
|
|
lutgen
|
|
sudachi-rs
|
|
mgitstatus
|
|
pnpm-shell-completion
|
|
rclone
|
|
qdirstat
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
environment.defaultPackages = [ ];
|
|
}
|