2026-03-16 20:42:42 +01:00

8 lines
78 B
Nix

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