mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nixos/pantheon: install elementary-mail by default
This commit is contained in:
parent
0366acbcd5
commit
760f7e57e4
@ -212,7 +212,6 @@ in
|
||||
pantheon-agent-geoclue2
|
||||
pantheon-agent-polkit
|
||||
]) ++ (gnome.removePackagesByName [
|
||||
gnome.geary
|
||||
gnome.epiphany
|
||||
gnome.gnome-font-viewer
|
||||
gnome.gnome-settings-daemon338
|
||||
@ -275,6 +274,7 @@ in
|
||||
elementary-camera
|
||||
elementary-code
|
||||
elementary-files
|
||||
elementary-mail
|
||||
elementary-music
|
||||
elementary-photos
|
||||
elementary-screenshot
|
||||
|
@ -0,0 +1,2 @@
|
||||
[PlankDockItemPreferences]
|
||||
Launcher=file:///run/current-system/sw/share/applications/io.elementary.mail.desktop
|
@ -1,2 +0,0 @@
|
||||
[PlankDockItemPreferences]
|
||||
Launcher=file:///run/current-system/sw/share/applications/org.gnome.Geary.desktop
|
@ -1,2 +1,2 @@
|
||||
[net.launchpad.plank.dock.settings]
|
||||
dock-items=['gala-multitaskingview.dockitem','org.gnome.Epiphany.dockitem','org.gnome.Geary.dockitem','io.elementary.calendar.dockitem','io.elementary.music.dockitem','io.elementary.videos.dockitem','io.elementary.photos.dockitem','io.elementary.switchboard.dockitem']
|
||||
dock-items=['gala-multitaskingview.dockitem','org.gnome.Epiphany.dockitem','io.elementary.mail.dockitem','io.elementary.calendar.dockitem','io.elementary.music.dockitem','io.elementary.videos.dockitem','io.elementary.photos.dockitem','io.elementary.switchboard.dockitem']
|
||||
|
@ -124,7 +124,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
# our mimeapps patched from upstream to exclude:
|
||||
# * pantheon-mail -> geary
|
||||
# * evince.desktop -> org.gnome.Evince.desktop
|
||||
mkdir -p $out/share/applications
|
||||
cp -av ${./pantheon-mimeapps.list} $out/share/applications/pantheon-mimeapps.list
|
||||
|
@ -163,6 +163,6 @@ x-content/video-svcd=io.elementary.videos.desktop
|
||||
x-content/video-vcd=io.elementary.videos.desktop
|
||||
x-scheme-handler/http=org.gnome.Epiphany.desktop
|
||||
x-scheme-handler/https=org.gnome.Epiphany.desktop
|
||||
x-scheme-handler/mailto=org.gnome.Evolution.desktop
|
||||
x-scheme-handler/mailto=io.elementary.mail.desktop
|
||||
x-scheme-handler/trash=io.elementary.files.desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user