nix-config/modules/packages.nix

110 lines
1.5 KiB
Nix
Raw Normal View History

{ pkgs, lib, sakaya, ... }:
{
environment.systemPackages = with pkgs; [
grimblast
slade
typespeed
osu-lazer-bin
2023-07-01 20:21:54 +02:00
(pass.withExtensions (ext: with ext; [ pass-otp ]))
2023-06-11 15:22:32 +02:00
pass
treefmt
jamesdsp
2023-07-01 20:21:54 +02:00
zbar
sakaya.packages.${pkgs.system}.sakaya
2023-06-05 18:16:21 +02:00
logseq
mullvad-browser
spek
2023-08-01 18:31:14 +02:00
audacity
gimp
anki
sqlitebrowser
kanjidraw
libreoffice
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
nb
jpegoptim
playerctl
recode
rmlint
sd
smartmontools
visidata
scc
hwinfo
stress
2023-06-22 17:57:03 +02:00
nixpkgs-review
choose
gum
hdparm
imagemagick
onefetch
restic
watchexec
memento
mpvpaper
timg
ventoy
wf-recorder
2023-07-01 20:21:54 +02:00
diskonaut
zola
file
tessen
wtype
mtr
2023-06-13 00:35:19 +02:00
cointop
poppler_utils
wl-clipboard
lnch
wev
2023-07-01 20:21:54 +02:00
python311Packages.icoextract
swww
srb2
crystalline
go-thumbnailer
2023-06-27 00:50:57 +02:00
pipe-rename
2023-07-01 20:21:54 +02:00
cmus
ironbar
2023-07-04 18:12:00 +02:00
wallust
activate-linux-wayland
hyprland-relative-workspace
2023-07-09 23:46:53 +02:00
eww-wayland
2023-07-16 00:57:17 +02:00
tango
2023-07-23 21:40:00 +02:00
obs-studio
nvd
broot
hyprdim
2023-08-01 18:31:14 +02:00
nix-init
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin"
];
environment.defaultPackages = [ ];
2023-05-18 21:54:15 +02:00
}