blob: 71f1a74d9db14dbb87205a2bbdf5fc5c9e4bfd85 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
dconf
];
}