nix-config/hosts/t480/programs.nix

7 lines
65 B
Nix

{ pkgs, ... }:
{
programs = {
dconf.enable = true;
};
}