diff options
Diffstat (limited to 'archetypes/profiles')
-rw-r--r-- | archetypes/profiles/desktop/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index 188d205..8156953 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -89,6 +89,16 @@ desktop = mkDesktop true; }; + xdg = { + autostart = { + enable = mkDesktop true; + entries = mkDesktop [ + "${pkgs.redshift}/share/applications/redshift-gtk.desktop" + "${pkgs.unclutter-desktop-entry}/share/applications/unclutter.desktop" + ]; + }; + }; + xdg.mimeApps._defaultCategoryApplications = { enable = true; categoryApplications = { |