Update home-manager configs

This commit is contained in:
Greg Hellings
2023-05-02 00:47:13 -05:00
parent 63bd525931
commit a3b610b180
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ in with lib;
package = ffPkgs;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
pkgs.bypass-paywalls-clean
bypass-paywalls-clean
foxyproxy-standard
multi-account-containers
octotree
+2
View File
@@ -78,6 +78,8 @@ in rec {
xonsh-direnv = cp ./xonsh-direnv.nix {};
};
fcitx-engines = self.fcitx5;
enwiki-dump = super.callPackage ./enwiki-dump.nix {};
hms = super.callPackage ./hms.nix {
pkgs = self.pkgs;