nix/home/file/dconf/Session.nix

7 lines
105 B
Nix
Raw Permalink Normal View History

{ lib, ... }:
{
"org/gnome/desktop/session" = with lib.gvariant; {
idle-delay = mkUint32 0;
};
2024-05-12 02:40:37 +03:00
}