Wpgtk: Difference between revisions
Appearance
No edit summary |
|||
| Line 7: | Line 7: | ||
programs.dconf.enable = true; | programs.dconf.enable = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Applications]] | |||
Latest revision as of 18:04, 19 April 2024
Note: This package does NOT work if something like Home Manager is used to manage dotfiles!
Wpgtk is a colorscheme, wallpaper and template manager for general *nix systems.
It can easily be installed like any other package on NixOS by adding it to the environment.systemPackages in the /etc/nixos/configuration.nix, but it will also need the following option in the NixOS configuration to work:
programs.dconf.enable = true;