Add mime app associations to shared config
This commit is contained in:
parent
5a09a2b645
commit
308cf4d7f0
4 changed files with 46 additions and 15 deletions
5
gtk.nix
5
gtk.nix
|
@ -12,5 +12,8 @@
|
|||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
enable-animations = false;
|
||||
};
|
||||
qt.platformTheme = true;
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue