aboutsummaryrefslogtreecommitdiff
path: root/overlays-home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays-home.nix')
-rw-r--r--overlays-home.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/overlays-home.nix b/overlays-home.nix
index fc85510..2edbccc 100644
--- a/overlays-home.nix
+++ b/overlays-home.nix
@@ -3,12 +3,12 @@ let
overlays = import ./overlays/default.nix { };
in
{
- nixpkgs.overlays = with overlays; [
- # pass-with-dmenu
-
- # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940}
- (self: super: {
- fcitx-engines = super.fcitx5;
- })
- ];
+ # nixpkgs.overlays = with overlays; [
+ # # pass-with-dmenu
+ #
+ # # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940}
+ # (self: super: {
+ # fcitx-engines = super.fcitx5;
+ # })
+ # ];
}