changes to nvim and kde

This commit is contained in:
Sean Kovacs 2025-11-23 13:25:59 -05:00
commit b977829277
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 41 additions and 1 deletions

View file

@ -1,3 +1,5 @@
{ pkgs, ... }:
{
programs.plasma = {
enable = true;
@ -71,6 +73,34 @@
};
};
}
{
description = "Minecraft";
match = {
window-class = {
value = "Minecraft*";
type = "substring";
};
window-types = [ "normal" ];
};
apply = {
noborder = {
value = true;
apply = "force";
};
maximizehoriz = {
value = true;
apply = "force";
};
maximizevert = {
value = true;
apply = "force";
};
desktops = {
value = "Desktop_4";
apply = "force";
};
};
}
{
description = "Picture-in-Picture";
match = {
@ -219,7 +249,7 @@
{
iconTasks = {
launchers = [
# "applications:firefox.desktop"
"applications:firefox.desktop"
"applications:helium.desktop"
"applications:org.kde.dolphin.desktop"
"applications:vesktop.desktop"