10 lines
77 B
Nix
10 lines
77 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs;
|
|
[
|
|
dolphin
|
|
|
|
];
|
|
}
|