mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-26 02:52:18 +00:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{ config, pkgs, inputs, ... }: {
|
|
gtk = {
|
|
enable = true;
|
|
};
|
|
|
|
services.xsettingsd = {
|
|
enable = true;
|
|
};
|
|
}
|