diff options
Diffstat (limited to '')
| -rw-r--r-- | overlays-home.nix | 2 | ||||
| -rw-r--r-- | overlays-system.nix | 2 |
2 files changed, 2 insertions, 2 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: { diff --git a/overlays-system.nix b/overlays-system.nix index 5bbe607..4ae9609 100644 --- a/overlays-system.nix +++ b/overlays-system.nix @@ -4,7 +4,7 @@ let in { nixpkgs.overlays = with overlays; [ - # neovim-nightly + pass-with-dmenu qutebrowser j4-dmenu-desktop ]; |
