Migrate away from stylix and gruvbox

This commit is contained in:
caem 2024-06-23 14:40:05 +02:00
parent 1284acef2f
commit 4d2c712bb7
Signed by: caem
GPG key ID: 69A830D03203405F
11 changed files with 127 additions and 382 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, ... }:
{ ... }:
{
qt = {
enable = true;
style = {
};
platformTheme = "gnome";
style = "adwaita-dark";
};
}