diff --git a/NixOS/modules/hyprland/config.nix b/NixOS/modules/hyprland/config.nix index e7637fe..3b38187 100644 --- a/NixOS/modules/hyprland/config.nix +++ b/NixOS/modules/hyprland/config.nix @@ -206,10 +206,10 @@ in "$mainMod, SPACE, togglesplit, # dwindle" "CONTROL_L ALT_L, L, exec, ${swaylock}" "$mainMod, C, exec, cliphist list | awk '{print $0, \"\0icon\x1fcom.github.davidmhewitt.clipped\"}' | ${rofi} -dmenu -display-columns 2 | cliphist decode | wl-copy" - "$mainMod, Y, exec, ${config.xdg.configHome}/rofi/rofi-ykman.sh" - "$mainMod, N, exec, ${config.xdg.configHome}/rofi/rofi-ssh.sh" + "$mainMod, Y, exec, ${./files/rofi-ykman.sh}" + "$mainMod, N, exec, ${./files/rofi-ssh.sh}" - "$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${./files/rofi-power-menu}" + "$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${./files/rofi-power-menu.sh}" ",XF86MonBrightnessUp, exec, xbacklight -inc 10" ",XF86MonBrightnessDown, exec, xbacklight -dec 10" diff --git a/NixOS/modules/hyprland/files/rofi-power-menu b/NixOS/modules/hyprland/files/rofi-power-menu.sh similarity index 100% rename from NixOS/modules/hyprland/files/rofi-power-menu rename to NixOS/modules/hyprland/files/rofi-power-menu.sh diff --git a/.config/rofi/rofi-ssh.sh b/NixOS/modules/hyprland/files/rofi-ssh.sh similarity index 100% rename from .config/rofi/rofi-ssh.sh rename to NixOS/modules/hyprland/files/rofi-ssh.sh diff --git a/.config/rofi/rofi-ykman.sh b/NixOS/modules/hyprland/files/rofi-ykman.sh similarity index 100% rename from .config/rofi/rofi-ykman.sh rename to NixOS/modules/hyprland/files/rofi-ykman.sh