nixos/pantheon: use evince module
This commit is contained in:
parent
7f7da0a16f
commit
acedc516fe
@ -116,6 +116,7 @@ in
|
|||||||
# pantheon has pantheon-agent-geoclue2
|
# pantheon has pantheon-agent-geoclue2
|
||||||
services.geoclue2.enableDemoAgent = false;
|
services.geoclue2.enableDemoAgent = false;
|
||||||
services.gnome3.at-spi2-core.enable = true;
|
services.gnome3.at-spi2-core.enable = true;
|
||||||
|
services.gnome3.evince.enable = mkDefault true;
|
||||||
services.gnome3.evolution-data-server.enable = true;
|
services.gnome3.evolution-data-server.enable = true;
|
||||||
services.gnome3.file-roller.enable = mkDefault true;
|
services.gnome3.file-roller.enable = mkDefault true;
|
||||||
# TODO: gnome-keyring's xdg autostarts will still be in the environment (from elementary-session-settings) if disabled forcefully
|
# TODO: gnome-keyring's xdg autostarts will still be in the environment (from elementary-session-settings) if disabled forcefully
|
||||||
@ -162,7 +163,6 @@ in
|
|||||||
gnome3.geary
|
gnome3.geary
|
||||||
gnome3.epiphany
|
gnome3.epiphany
|
||||||
gnome3.gnome-font-viewer
|
gnome3.gnome-font-viewer
|
||||||
evince
|
|
||||||
] ++ pantheon.apps) config.environment.pantheon.excludePackages)
|
] ++ pantheon.apps) config.environment.pantheon.excludePackages)
|
||||||
++ (with pkgs;
|
++ (with pkgs;
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user