Use Qt6 Okular
All checks were successful
Cachix / build (elendel) (push) Successful in 1m51s
Cachix / build (kholinar) (push) Successful in 2m11s
Cachix / build (marabethia) (push) Successful in 1m46s

This commit is contained in:
Charlotte Van Petegem 2025-02-24 18:05:50 +01:00
parent e81a8e3959
commit a0ff5ad538
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -43,7 +43,7 @@
};
home-manager.users.charlotte = { ... }: {
home.packages = with pkgs; [ gimp mpv okular ranger uni wtype ];
home.packages = with pkgs; [ gimp mpv kdePackages.okular ranger uni wtype ];
};
};
}