xfconf.settings

Home-Manager option

Settings to write to the Xfconf configuration system.

type: xfconf settings
Default
{ }
Example
{ xfce4-session = { "startup/ssh-agent/enabled" = false; "general/LockCommand" = "${pkgs.lightdm}/bin/dm-tool lock"; }; xfce4-desktop = { "backdrop/screen0/monitorLVDS-1/workspace0/last-image" = "${pkgs.nixos-artwork.wallpapers.stripes-logo.gnomeFilePath}"; }; }
declared in: <home-manager/modules/misc/xfconf.nix>source unavailable