nixos/pantheon: switch to xdg.mime.enable
This commit is contained in:
parent
42ceb20d29
commit
9ca889d0fb
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,6 @@ in
|
|||
hicolor-icon-theme
|
||||
onboard
|
||||
qgnomeplatform
|
||||
shared-mime-info
|
||||
sound-theme-freedesktop
|
||||
xdg-user-dirs
|
||||
] ++ (with pkgs.pantheon; [
|
||||
|
@ -224,6 +223,8 @@ in
|
|||
# Settings from elementary-default-settings
|
||||
environment.etc."gtk-3.0/settings.ini".source = "${pkgs.pantheon.elementary-default-settings}/etc/gtk-3.0/settings.ini";
|
||||
|
||||
xdg.mime.enable = true;
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = with pkgs.pantheon; [
|
||||
elementary-files
|
||||
|
|
Loading…
Reference in a new issue