fix rofi not showing on i3

This commit is contained in:
Julian Mutter 2024-02-01 13:48:05 +01:00
parent d2ee41eace
commit 13db191cc6

View File

@ -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; };
};