dotfiles/nix/hosts/t490/programs.nix

8 lines
65 B
Nix

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