Add qt5ct to system and greetd
This commit is contained in:
parent
41001a9122
commit
cbaa111fbd
2 changed files with 14 additions and 14 deletions
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
hostName,
|
||||
modulesPath,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, hostName
|
||||
, modulesPath
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
username = config.conf.username;
|
||||
|
|
@ -99,6 +98,7 @@ in
|
|||
environment.variables = {
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
};
|
||||
|
||||
# allows user change later on
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
options,
|
||||
...
|
||||
{ config
|
||||
, lib
|
||||
, inputs
|
||||
, pkgs
|
||||
, options
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
options.mods = {
|
||||
|
|
@ -118,6 +117,7 @@
|
|||
|
||||
env=XCURSOR_THEME,${config.mods.stylix.cursor.name}
|
||||
env=XCURSOR_SIZE,${toString config.mods.stylix.cursor.size}
|
||||
env=QT_QPA_PLATFORMTHEME,qt5ct
|
||||
|
||||
exec-once=regreet --style /home/${username}/.config/gtk-3.0/gtk.css; hyprctl dispatch exit
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue