feat: in tree changes

This commit is contained in:
Kat Inskip 2025-02-16 00:14:29 -08:00
parent 185833d1fb
commit d60c09d981
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
32 changed files with 339 additions and 155 deletions

View file

@ -16,6 +16,4 @@
package = pkgs.numix-cursor-theme;
};
};
home.sessionVariables.GTK_THEME = "Arc";
}

View file

@ -1,4 +1,7 @@
{pkgs, ...}: {
home.sessionVariables = {
QT_QPA_PLATFORMTHEME = "qt5ct";
};
home.packages = with pkgs.kdePackages; [
kscreen
kwin
@ -60,7 +63,6 @@
"kdeglobals"."General"."TerminalApplication" = "konsole";
"kdeglobals"."General"."TerminalService" = "org.wezfurlong.wezterm.desktop";
"kxkbrc"."Layout"."ResetOldOptions" = true;
"plasmarc"."Theme"."name" = "Arc";
"kxkbrc"."Layout"."Options" = "terminate:ctrl_alt_bksp,ctrl:hyper_capscontrol";
};
};

View file

@ -2,9 +2,5 @@
qt = {
enable = false;
platformTheme = "kde";
style = {
name = "arc";
package = pkgs.arc-kde-theme;
};
};
}