nix/home/file/dconf/Session.nix

9 lines
103 B
Nix

{
lib,
...
}: {
"org/gnome/desktop/session" = with lib.gvariant; {
idle-delay = mkUint32 0;
};
}