Standardize QT and ZSH history settings

This commit is contained in:
Bun 2025-03-27 22:50:51 -04:00
parent 9dbf18228b
commit a25bcecf7b
7 changed files with 27 additions and 10 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
qt = {
enable = config.home.desktop.enable;
platformTheme.name = "gtk3";
};
}