mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-30 18:34:00 +05:30
Fix weird kwallet bug (I think?)
This commit is contained in:
parent
bea9dfd961
commit
b527338140
3 changed files with 1 additions and 7 deletions
|
@ -74,7 +74,6 @@ in
|
|||
font.size = config.stylix.fonts.sizes.terminal;
|
||||
font.normal.family = userSettings.font;
|
||||
};
|
||||
stylix.targets.kde.enable = true;
|
||||
stylix.targets.kitty.enable = true;
|
||||
stylix.targets.gtk.enable = true;
|
||||
stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue