nix-config/hosts/t490/programs.nix

8 lines
65 B
Nix
Raw Normal View History

2025-03-21 15:01:39 +00:00
{ pkgs, ... }:
{
programs = {
dconf.enable = true;
};
}