Enable QT theming
This commit is contained in:
parent
a27a6dc223
commit
df77c22ea1
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Theme QT applications
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
|
||||
# Exclude some default gnome applications.
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
epiphany
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue