Thunderbird?
This commit is contained in:
parent
2d878c3448
commit
290c6d1c31
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }: {
|
||||||
|
programs.thunderbird.enable = true;
|
||||||
|
|
||||||
|
programs.thunderbird.profiles.lauren = {
|
||||||
|
isDefault = true;
|
||||||
|
withExternalGnupg = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,5 +1,9 @@
|
||||||
#{ pkgs, pkgs-unstable, ... }: {
|
#{ pkgs, pkgs-unstable, ... }: {
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
imports = [
|
||||||
|
../programs/thunderbird.nix
|
||||||
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
"latitude/tv" = {
|
"latitude/tv" = {
|
||||||
executable = true;
|
executable = true;
|
||||||
|
|
Loading…
Reference in New Issue