This commit is contained in:
Kris
2026-03-28 20:05:43 +02:00
parent e4e6309652
commit 69e881d729
5 changed files with 45 additions and 318 deletions

View File

@@ -117,9 +117,12 @@ in {
xdg.terminal-exec.enable = true;
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
];
config.common.default = [ "hyprland" "gtk" ];
};
# environment.variables.XDG_SYSTEM_MONITOR = "${pkgs.htop}/bin/htop";
@@ -198,14 +201,21 @@ in {
# we're already using arashi
gtk.icon.enable = false;
cursors.enable = false;
qt5ct.enable = true;
kvantum.enable = true;
kvantum.enable = false;
qt5ct.enable = false;
};
home.packages = with pkgs; [
libsForQt5.qt5ct
qt6Packages.qt6ct
darkly-qt5
darkly
];
qt = {
enable = true;
platformTheme.name = "qtct";
style.name = "kvantum";
style.name = "Darkly";
};
programs.zen-browser = {
@@ -247,6 +257,24 @@ in {
source = ../../config/hypr/xdph.conf;
};
home.file.".config/qt5ct/qt5ct.conf".text = ''
[Appearance]
color_scheme_path=${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-blue.conf
custom_palette=true
icon_theme=Arashi
standard_dialogs=default
style=Darkly
'';
home.file.".config/qt6ct/qt6ct.conf".text = ''
[Appearance]
color_scheme_path=${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-blue.conf
custom_palette=true
icon_theme=Arashi
standard_dialogs=default
style=Darkly
'';
home.file.".local/share/fonts/DotfilesFont.otf" = {
source = ../../config/dotfile_deps/DotfilesFont.otf;
};