added themes

This commit is contained in:
twoneis 2024-01-07 21:29:30 +01:00
parent 3e94f9d30c
commit 62fc52c00f
2 changed files with 14 additions and 0 deletions

View file

@ -11,6 +11,7 @@
./git ./git
./media ./media
./terminal ./terminal
./themes
./utils ./utils
]; ];

View file

@ -0,0 +1,13 @@
{ ... }: {
qt = {
enable = true;
platformTheme = "gtk3";
style.name = "adwaita-dark";
};
gtk = {
enable = true;
font.name = "Alegreya Sans";
theme.name = "Adwaita Dark";
};
}