nix-config/hosts/nixos/modules/programs/xfconf.nix

5 lines
61 B
Nix

{ config, pkgs, ... }:
{
programs.xfconf.enable = true;
}