diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-05-20 19:09:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-05-20 19:15:59 +0530 |
| commit | 8f302c8305c9a8e4d14a8741eaf684409341ccb8 (patch) | |
| tree | 0de9ab35272c7760284c4e69dbdeceec32bea099 /overlays-home.nix | |
| parent | 46d64759838e2d837a3a6f9ef178edacc429deb8 (diff) | |
| download | nixos-config-8f302c8305c9a8e4d14a8741eaf684409341ccb8.tar.gz nixos-config-8f302c8305c9a8e4d14a8741eaf684409341ccb8.zip | |
Refactor overlays + torrent module
Diffstat (limited to 'overlays-home.nix')
| -rw-r--r-- | overlays-home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays-home.nix b/overlays-home.nix index dbeb552..fc85510 100644 --- a/overlays-home.nix +++ b/overlays-home.nix @@ -4,7 +4,7 @@ let in { nixpkgs.overlays = with overlays; [ - pass-with-dmenu + # pass-with-dmenu # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940} (self: super: { |
