Move Mac keys into its own Nix file

This commit is contained in:
Jimbo 2024-08-27 13:30:48 -04:00
parent a15a93a317
commit 2552eefc61
4 changed files with 11 additions and 9 deletions

View file

@ -1,8 +1,9 @@
{pkgs, ...}: {
# Theme QT apps
{
qt = {
enable = true;
style.name = "gtk2";
style = {
name = "gtk2";
};
platformTheme.name = "gtk2";
};
}