Compare commits

...

2 commits

Author SHA1 Message Date
0bb9a3e4b9
remove krunner 2024-12-22 11:32:15 -05:00
c55315a7af
add gauntlet open shortcut 2024-12-22 11:32:12 -05:00
2 changed files with 9 additions and 0 deletions

View file

@ -52,6 +52,14 @@
"Meta+Shift+S"
];
};
"gauntlet" = {
name = "Gauntlet";
command = "gauntlet open";
comment = "Open Gauntlet";
keys = [
"Alt+Space"
];
};
};
panels = [
{

View file

@ -41,6 +41,7 @@ in
# Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs.kdePackages; [
krunner
discover
];