alright, some more conf

This commit is contained in:
Chris Kruining 2025-03-23 17:53:01 +01:00
parent 7098906a46
commit 81f1f6f9ca
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 31 additions and 24 deletions

View file

@ -29,18 +29,18 @@ in {
environment.sessionVariables = { QT_QPA_PLATFORMTHEME = "kde6"; };
home-manager.users.${user} = {
xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
# home-manager.users.${user} = {
# xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
qt = {
enable = true;
platformTheme = "kde6";
# style = {
# package = pkgs.kdePackages.breeze;
# name = mkDefault "Breeze";
# };
};
};
# qt = {
# enable = true;
# platformTheme = "kde6";
# # style = {
# # package = pkgs.kdePackages.breeze;
# # name = mkDefault "Breeze";
# # };
# };
# };
stylix = {
enable = true;