From bbf484a0965330aa729c9861d0385d0fccbb4da5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 May 2025 19:53:11 +0530 Subject: Remove unnecassary bits (alsa-utils udev rules, lsd, unclutter, overlays, keybase, firefox) --- overlays-home.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'overlays-home.nix') 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; + # }) + # ]; } -- cgit v1.3.1