From c88016af85667ba530acf546bfbd8f501c11f012 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 17 Oct 2022 22:12:44 +0200 Subject: [PATCH] overlays: add gurk-rs, thunderbird, yubikey-agent --- modules/social/default.nix | 1 + overlays/overrides.nix | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/modules/social/default.nix b/modules/social/default.nix index e0d12449..b1783c3d 100644 --- a/modules/social/default.nix +++ b/modules/social/default.nix @@ -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 diff --git a/overlays/overrides.nix b/overlays/overrides.nix index 01dd80a6..c0521cf0 100644 --- a/overlays/overrides.nix +++ b/overlays/overrides.nix @@ -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: {