mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
10bc64f097
Not perfect but good enough.
47 lines
652 B
Nix
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 = [ ];
|
|
}
|