summary refs log tree commit diff stats
path: root/user/settings/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/rofi.nix')
-rw-r--r--user/settings/rofi.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/user/settings/rofi.nix b/user/settings/rofi.nix
index c0c6990d..35d50a91 100644
--- a/user/settings/rofi.nix
+++ b/user/settings/rofi.nix
@@ -12,15 +12,6 @@
     gui_if_available = false
   '';
 
-  nixpkgs.overlays = [
-    (self: super: {
-      rofi = super.rofi.overrideAttrs (oldAttrs: rec {
-        postInstall = ''
-          ln $out/bin/rofi $out/bin/dmenu
-        '';
-      });
-    })
-  ];
   programs.rofi = {
     enable = true;
     theme = "Arc";