nix-files/hosts/common/programs/tuba.nix

7 lines
88 B
Nix
Raw Normal View History

{ ... }:
{
2023-09-24 21:38:20 +00:00
sane.programs.tuba = {
suggestedPrograms = [ "gnome-keyring" ];
};
}