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