add dolphin

This commit is contained in:
xunuwu 2025-04-02 20:20:58 +02:00
parent 440a0a7493
commit 109e327467
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [kdePackages.dolphin];
}