9 lines
75 B
Nix
9 lines
75 B
Nix
{ ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
rhythmbox
|
|
picard
|
|
];
|
|
}
|