Home Manager: Difference between revisions
imported>Neilfulwiler m Updated srid's configs to point to new flake-based and up-to-date repo |
imported>Hypnosis2839 →I cannot set GNOME themes via home-manager: link to official HM manual instead of reddit. add error message |
||
| Line 111: | Line 111: | ||
== FAQ == | == FAQ == | ||
=== I cannot set GNOME themes via home-manager === | === I cannot set GNOME or Gtk themes via home-manager === | ||
If you get [https://nix-community.github.io/home-manager/index.html#_why_do_i_get_an_error_message_about_literal_ca_desrt_dconf_literal_or_literal_dconf_service_literal an error about {{ic|ca.desrt.conf}} or {{ic|dconf.service}}] on NixOS, add | |||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
programs.dconf.enable = true; | programs.dconf.enable = true; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
to your system configuration. | to your system configuration. | ||
=== Installed apps don’t show up in Ubuntu's/GNOME's "Show Applications" === | === Installed apps don’t show up in Ubuntu's/GNOME's "Show Applications" === | ||