From f707f7ddc44fdb5f2ebddb0b33050252fb03fa8b Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 13 Oct 2024 20:12:07 +0200 Subject: [PATCH] chore(graphical-fullblown): cleanup --- nix/home-manager/configuration/graphical-fullblown.nix | 7 +++---- nix/home-manager/profiles/common.nix | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index 442a5d8..e498f29 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -109,15 +109,14 @@ in { aspellDicts.de # skypeforlinux # pkgsUnstable.jitsi-meet-electron - thunderbird + thunderbird-115 + # betterbird # FIXME: depends on insecure openssl 1.1.1t # kotatogram-desktop pkgsUnstable.tdesktop # TODO: remove or reuse this depending on whether waydroid signal works - # pkgsUnstable.signal-desktop - - thunderbird + pkgsUnstable.signal-desktop # gnome.cheese diff --git a/nix/home-manager/profiles/common.nix b/nix/home-manager/profiles/common.nix index 3fb8e69..2f5b051 100644 --- a/nix/home-manager/profiles/common.nix +++ b/nix/home-manager/profiles/common.nix @@ -15,7 +15,6 @@ allowUnfree = true; permittedInsecurePackages = [ - "nix-2.15.3" ]; };