2026-03-16 20:48:33 +01:00

8 lines
92 B
Nix

{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
kdePackages.gwenview
];
}