more config stuff
This commit is contained in:
parent
4b84b88dc4
commit
5cdeaf971b
5 changed files with 16 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk3";
|
||||
style.package = pkgs.adwaita-qt;
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue