nix/home/config/dconf/Interface.nix

12 lines
310 B
Nix
Raw Normal View History

2024-05-12 02:40:37 +03:00
{ ... }: {
"org/gnome/desktop/interface" = {
clock-show-date = true;
clock-show-weekday = true;
color-scheme = "prefer-dark";
enable-animations = false;
enable-hot-corners = false;
gtk-enable-primary-paste = false;
show-battery-percentage = false;
};
}