forked from mirrors_public/oddlama_nix-config
feat: add gtk hints for dark mode
This commit is contained in:
parent
3cc9fa6f82
commit
ae120a16c7
2 changed files with 23 additions and 0 deletions
|
@ -149,6 +149,8 @@ in {
|
|||
home.sessionVariables = {
|
||||
# Make gtk apps bigger
|
||||
GDK_SCALE = 2;
|
||||
# Make QT apps bigger
|
||||
QT_SCREEN_SCALE_FACTORS = 2;
|
||||
};
|
||||
|
||||
home.file.".xinitrc".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue