attempt some fixes

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-30 00:49:21 -06:00
parent a0afc24f2d
commit 7aedf97feb
3 changed files with 14 additions and 14 deletions

View file

@ -36,7 +36,7 @@ in
);
programs.plasma.hotkeys.commands = {
ringofstorms_terminal = {
ringofstorms-terminal = {
key = "Meta+Return";
command = cfg.shortcuts.terminal;
};
@ -44,7 +44,7 @@ in
// (
if cfg.shortcuts.launcher == "rofi" then
{
ringofstorms_launcher = {
ringofstorms-launcher = {
key = "Meta+Space";
command = "rofi -show drun";
};