Compare commits

..

No commits in common. "0bb9a3e4b91c172af36d09fb73d38c7f72008606" and "d02119e96162e4c026b09229282629636b0354d8" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

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

View file

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