diff --git a/README.md b/README.md index df7a69e..1b80458 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Once ready, add this flake to your system configuration, you'll also need [home- inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; hyperdeepnix = { - url = "https://tangled.org/deephackontech.bsky.social/hyperdeepnix"; + url = "git+https://tangled.org/deephackontech.bsky.social/hyperdeepnix"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/modules/home-manager/mako.nix b/modules/home-manager/mako.nix index 4010f53..99bfdf0 100644 --- a/modules/home-manager/mako.nix +++ b/modules/home-manager/mako.nix @@ -25,7 +25,7 @@ in anchor = "top-right"; layer = "overlay"; - default-timeout = 5000; + default-timeout = 10000; ignore-timeout = false; max-visible = 5; sort = "-time";