From 9cd171ba1ae9607ee45497a41164a8640d180a81 Mon Sep 17 00:00:00 2001 From: Satria Date: Wed, 18 Feb 2026 21:20:02 +0700 Subject: [PATCH] rice tweaks --- modules/home/rice/hyprland.nix | 2 +- modules/home/rice/theme.nix | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/modules/home/rice/hyprland.nix b/modules/home/rice/hyprland.nix index f5eaed9..6b151f7 100644 --- a/modules/home/rice/hyprland.nix +++ b/modules/home/rice/hyprland.nix @@ -5,8 +5,8 @@ wayland.windowManager.hyprland = { enable = true; - systemd.enable = false; package = pkgs.hyprland; # inputs.hl.packages."${pkgs.system}".hyprland; + systemd.enable = false; xwayland.enable = true; settings = { debug = { diff --git a/modules/home/rice/theme.nix b/modules/home/rice/theme.nix index 0888d6a..0b994c5 100644 --- a/modules/home/rice/theme.nix +++ b/modules/home/rice/theme.nix @@ -1,10 +1,10 @@ -{ lib, pkgs, ctp-opt, ... }: { +{ lib, pkgs, ctp-opt, rice, ... }: { catppuccin = { + enable = true; hyprlock.useDefaultConfig = false; - hyprland.accent = ctp-opt.primary; + flavor = ctp-opt.flavor; accent = ctp-opt.accent; - enable = true; }; dconf = { @@ -27,7 +27,7 @@ package = pkgs.gnome-themes-extra; }; }; - + qt = { enable = true; platformTheme.name = "kvantum"; @@ -38,5 +38,16 @@ accent = ctp-opt.accent; }; }; + qt6ctSettings = { + Appearance = { + style = "kvantum"; + icon_theme = "Papirus-Dark"; + standar_dialogs = "xdgdesktopportal"; + }; + Fonts = { + fixed = "${rice.font},12"; + general = "${rice.font},12"; + }; + }; }; } \ No newline at end of file