overlays: add gurk-rs, thunderbird, yubikey-agent

This commit is contained in:
teutat3s 2022-10-17 22:12:44 +02:00
parent 2b69ea89a4
commit c88016af85
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 11 additions and 3 deletions

View file

@ -12,6 +12,7 @@ in
config = mkIf cfg.enable {
home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
home.packages = [
gurk-rs
signal-desktop
tdesktop
element-desktop

View file

@ -19,11 +19,18 @@ channels: final: prev: {
tdesktop
arduino
arduino-cli
gurk-rs
thunderbird
swaynotificationcenter
yubikey-agent
;
inherit (channels.master)
swaynotificationcenter
;
#inherit (channels.master)
# ;
#inherit (channels.fork)
# ;
haskellPackages = prev.haskellPackages.override
(old: {