Added: Okular

This commit is contained in:
2025-04-01 14:02:11 +02:00
parent 743ca7be8e
commit 79882fbcb8
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.kdePackages.okular ];
}