From 13db191cc65c393962fb489cc9f2b90fad301669 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 1 Feb 2024 13:48:05 +0100 Subject: [PATCH] fix rofi not showing on i3 --- modules/home/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/rofi/default.nix b/modules/home/rofi/default.nix index 54bcf37..239599b 100644 --- a/modules/home/rofi/default.nix +++ b/modules/home/rofi/default.nix @@ -28,7 +28,7 @@ in { # this would need you to config rofi using home-manager # programs.rofi = { enable = true; }; - home.packages = with pkgs; [ rofi ]; + # home.packages = with pkgs; [ rofi ]; home.file = { ".config/rofi/config.rasi".source = ./config.rasi; }; };