disable kde plasma and fix qt theme
This commit is contained in:
parent
76d68230f6
commit
dbd42fb2ab
4 changed files with 8 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ in
|
|||
imports = [
|
||||
./modules/programs.nix
|
||||
./modules/files.nix
|
||||
./modules/env.nix
|
||||
|
||||
../../modules/features/home/theme.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }: {
|
||||
home.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
|
||||
};
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, osconfig, ... }:
|
||||
{
|
||||
home.file = {
|
||||
".config/qt5ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/Catppuccin-Mocha.conf";
|
||||
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/Catppuccin-Mocha.conf";
|
||||
".config/qt5ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-sapphire.conf";
|
||||
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf";
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
|
|||
Reference in a new issue