mirror of
https://github.com/RGBCube/ncc
synced 2026-01-17 02:31:06 +00:00
9 lines
118 B
Nix
9 lines
118 B
Nix
{
|
|
homeModules.thunderbird =
|
|
{ pkgs, ... }:
|
|
{
|
|
packages = [
|
|
pkgs.thunderbird
|
|
];
|
|
};
|
|
}
|