add dolphin
This commit is contained in:
parent
68b4561321
commit
fbbfb2d800
4 changed files with 11 additions and 2 deletions
3
modules/features/system/dolphin.nix
Normal file
3
modules/features/system/dolphin.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.dolphin.enable = true;
|
||||
}
|
||||
Reference in a new issue