more config stuff

This commit is contained in:
twoneis 2024-03-13 20:34:10 +01:00
parent 4b84b88dc4
commit 5cdeaf971b
5 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,16 @@
{ pkgs, ... }: {
programs.fuzzel= {
enable = true;
settings = {
colors = {
background = "191724ee";
text = "e0def4ff";
match = "eb6f92ff";
selection = "524f67ee";
selection-text = "e0def4ff";
selection-match = "eb6f92ff";
border = "26233aff";
};
};
};
}

View file

@ -1,7 +1,8 @@
{ ... }: {
{ pkgs, ... }: {
qt = {
enable = true;
platformTheme = "gtk3";
style.package = pkgs.adwaita-qt;
style.name = "adwaita-dark";
};