I want to learn and experiment with fully configuring a single user NixOS installation that is declarative. I’ve found quite a bit on the NixOS system-land side, but when I go into Home Manager user-land I’m not seeing very much around configuring the Desktop. I usually use XFCE but in trying to work with it I kept running across posts about how it wasn’t well supported. So I tried KDE but found the same.What is the best supported Desktop with Home Manager? Or do folks just do the basics with nix stuff, and end up pulling in the rest of the config info into the home directory (like from a repo) as a work-around? Basically use nix stuff to retrieve files and put them into the correct destinations.
I enable the desktop environment through the normal nixos module and it works great, but I use KDE and it doesn’t have declarative configuration support through nixos so all the dotfiles are managed like normal. I’ve heard GNOME has better support if you want to set the configs through NixOS or Home-Manager whatever, but I haven’t used it so idk.
I asked this question on Mastodon and got some helpful answers. I haven’t had the time to try anything yet, but here are some links. KDE: https://github.com/pjones/plasma-manager Gnome: https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/ Xfce may be similar to the Gnome article but using xfconf and xfconf-query to get the settings to apply. Again I haven’t tried any of these suggestions. This is a summary of the info I got elsewhere.