Add mime app associations to shared config

This commit is contained in:
Tim Schubert 2020-04-25 12:44:08 +02:00
parent 5a09a2b645
commit 308cf4d7f0
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 46 additions and 15 deletions

View file

@ -12,5 +12,8 @@
dconf.settings."org/gnome/desktop/interface" = {
enable-animations = false;
};
qt.platformTheme = true;
qt = {
enable = true;
platformTheme = "gnome";
};
}