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 = [
|
imports = [
|
||||||
./modules/programs.nix
|
./modules/programs.nix
|
||||||
./modules/files.nix
|
./modules/files.nix
|
||||||
|
./modules/env.nix
|
||||||
|
|
||||||
../../modules/features/home/theme.nix
|
../../modules/features/home/theme.nix
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, osconfig, ... }:
|
{ pkgs, osconfig, ... }:
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/qt5ct/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/qt5ct/colors/Catppuccin-Mocha.conf";
|
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,10 @@
|
||||||
lxqt.pavucontrol-qt
|
lxqt.pavucontrol-qt
|
||||||
nwg-look
|
nwg-look
|
||||||
|
|
||||||
(pkgs.catppuccin-kde.override {
|
# (pkgs.catppuccin-kde.override {
|
||||||
flavour = [ "mocha" ];
|
# flavour = [ "mocha" ];
|
||||||
accents = [ "sapphire" ];
|
# accents = [ "sapphire" ];
|
||||||
})
|
# })
|
||||||
|
|
||||||
(pkgs.catppuccin-gtk.override {
|
(pkgs.catppuccin-gtk.override {
|
||||||
variant = "mocha";
|
variant = "mocha";
|
||||||
|
|
@ -42,7 +42,6 @@
|
||||||
kate
|
kate
|
||||||
qt5compat
|
qt5compat
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
|
||||||
qtimageformats
|
qtimageformats
|
||||||
qtsvg
|
qtsvg
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
|
|
|
||||||
Reference in a new issue