config-new/modules/linux/packages.nix
2025-05-24 15:38:19 +02:00

21 lines
319 B
Nix

{ pkgs, lib, agenix, ...}: let
inherit (lib) attrValues;
in {
environment.systemPackages = attrValues {
inherit (pkgs)
wget
zsh
neovim
vim
home-manager
protonup-qt
pipewire
pwvucontrol
wireplumber
playerctl
xsane
simple-scan
;
};
}