dolphin basic

This commit is contained in:
2024-03-03 18:26:08 +01:00
parent 6f97bf82c1
commit fd31d1d355
6 changed files with 12 additions and 15 deletions

View File

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