finally fixed hypr

This commit is contained in:
cnst
2024-07-03 18:40:01 +02:00
parent 9721a56b4b
commit 0b5e26669c
10 changed files with 61 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland-unwrapped;
configPath = "$XDG_CONFIG_HOME/rofi/config.rasi";
configPath = "home/cnst/.config/rofi/config.rasi";
font = "Rec Mono Linear 11";
};
}