nix-config/modules/packages.nix
Donovan Glover 10bc64f097
chore: Attempt to organize packages a bit
Not perfect but good enough.
2024-04-06 10:19:18 -04:00

47 lines
652 B
Nix

{ pkgs, sakaya, ... }:
{
environment.systemPackages = with pkgs; [
osu-lazer-bin
(pass.withExtensions (ext: with ext; [ pass-otp ]))
pass
jamesdsp
zbar
sakaya.packages.${system}.sakaya
sqlcipher
jpegoptim
recode
rmlint
smartmontools
restic
watchexec
ventoy
nodePackages.prisma
openssl
zola
tectonic
pipe-rename
poppler_utils
crystalline
tango
nvd
nix-init
diesel-cli
litecli
lychee
nix-search-cli
lutgen
sudachi-rs
pnpm-shell-completion
];
nixpkgs.config.allowUnfree = true;
environment.defaultPackages = [ ];
}