3 lines
65 B
Nix
3 lines
65 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ thunderbird ];
|
|
}
|
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ thunderbird ];
|
|
}
|