Home Manager: Difference between revisions
imported>Luis-Hebendanz mNo edit summary |
imported>Makefu add FAQ |
||
| Line 57: | Line 57: | ||
* [https://git.sr.ht/~ben/config bsima's configs] | * [https://git.sr.ht/~ben/config bsima's configs] | ||
=== Alternatives | == FAQ == | ||
=== I cannot set gnome themes via home-manager === | |||
You will have to add | |||
<syntaxHighlight lang=nix> | |||
services.dbus.packages = with pkgs; [ gnome3.dconf ]; | |||
</syntaxHighlight> | |||
to your system configuration. ( [https://old.reddit.com/r/NixOS/comments/b255k5/home_manager_cannot_set_gnome_themes/ Source] ) | |||
== 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 | ||