From 9b48362f41c7bf555341f5f4068378bed3f174a6 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 6 Mar 2024 18:46:31 +0100 Subject: [PATCH] fix: use qMasterPassword, slack from nixos-23.11 --- modules/graphical/default.nix | 2 +- overlays/default.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/graphical/default.nix b/modules/graphical/default.nix index 89119705..e0159378 100644 --- a/modules/graphical/default.nix +++ b/modules/graphical/default.nix @@ -94,7 +94,7 @@ in { gnome.yelp hicolor-icon-theme keepassxc - qMasterPassword-wayland + qMasterPassword libnotify vlc ]; diff --git a/overlays/default.nix b/overlays/default.nix index f2580acf..55b72f5e 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -25,8 +25,6 @@ { direnv = unstable.direnv; nix-direnv = unstable.nix-direnv; - qMasterPassword-wayland = unstable.qMasterPassword-wayland; - slack = unstable.slack; _1password = unstable._1password; _1password-cli = unstable._1password-cli; wlvncc = unstable.wlvncc;