mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
aly: use betterbird
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
cec34be8b7
commit
21fbf4afe9
|
@ -66,6 +66,7 @@ in {
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.betterbird;
|
||||||
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
{command = lib.getExe config.ar.home.defaultApps.editor;}
|
{command = lib.getExe config.ar.home.defaultApps.editor;}
|
||||||
{command = lib.getExe config.ar.home.defaultApps.webBrowser;}
|
{command = lib.getExe config.ar.home.defaultApps.webBrowser;}
|
||||||
{command = lib.getExe pkgs.fractal;}
|
{command = lib.getExe pkgs.fractal;}
|
||||||
{command = lib.getExe pkgs.thunderbird;}
|
{command = lib.getExe config.programs.thunderbird.package;}
|
||||||
{command = lib.getExe' pkgs.obsidian "obsidian";}
|
{command = lib.getExe' pkgs.obsidian "obsidian";}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"1,defaultName:web,on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}"
|
"1,defaultName:web,on-created-empty:${lib.getExe config.ar.home.defaultApps.webBrowser}"
|
||||||
"2,defaultName:note,on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}"
|
"2,defaultName:note,on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}"
|
||||||
"3,defaultName:code,on-created-empty:${lib.getExe config.ar.home.defaultApps.editor}"
|
"3,defaultName:code,on-created-empty:${lib.getExe config.ar.home.defaultApps.editor}"
|
||||||
"4,defaultName:mail,on-created-empty:${lib.getExe pkgs.thunderbird}"
|
"4,defaultName:mail,on-created-empty:${lib.getExe config.programs.thunderbird.package}"
|
||||||
"special:magic,on-created-empty:${lib.getExe pkgs.fractal}"
|
"special:magic,on-created-empty:${lib.getExe pkgs.fractal}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue