Home Manager: Difference between revisions

imported>B4dM4n
import module to avoid "string is not allowed to refer to a store path" error on unstable
imported>Jtojnar
fix dconf option
Line 58: Line 58:


== FAQ ==
== FAQ ==
=== I cannot set gnome themes via home-manager ===
=== I cannot set GNOME themes via home-manager ===
You will have to add
You will have to add
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
services.dbus.packages = with pkgs; [ gnome3.dconf ];
programs.dconf.enable = true;
</syntaxHighlight>
</syntaxHighlight>
to your system configuration. ( [https://old.reddit.com/r/NixOS/comments/b255k5/home_manager_cannot_set_gnome_themes/ Source] )
to your system configuration. ( [https://old.reddit.com/r/NixOS/comments/b255k5/home_manager_cannot_set_gnome_themes/ Source] )
== Alternatives ==
== Alternatives ==
* [[Wrappers vs. Dotfiles]] shows how (per-user) wrapper scripts can be used in place of dotfiles in the user's home directory
* [[Wrappers vs. Dotfiles]] shows how (per-user) wrapper scripts can be used in place of dotfiles in the user's home directory