Wpgtk: Difference between revisions
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
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;