dolphin basic

This commit is contained in:
2024-03-03 19:04:59 +01:00
parent fd31d1d355
commit 0ada1ba247
4 changed files with 16 additions and 11 deletions

View File

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