nakoo
nakoo
While not ideal, I could mitigate the click issue by adding a `sleep .1` line. https://github.com/hyprwm/Hyprland/issues/1348#issuecomment-1565604984
Sorry for the late reply. It seems hyprland added home-manager options for this purpose. `wayland.windowManager.hyprland.systemd.variables = ["--all"]` fixed issue. https://wiki.hyprland.org/Nix/Hyprland-on-Home-Manager/#programs-dont-work-in-systemd-services-but-do-on-the-terminal Also it seems on-click bug has been fixed. I didn't...
nixpkgs has been merged. https://github.com/NixOS/nixpkgs/pull/334078
> `nix build github:Riey/kime/refs/pull/682/head` > > 성공적으로 빌드되는 것을 확인했습니다. > > 변경사항에 반대하는 건 아니지만, 여기서 finalAttrs를 사용하는 이유가 있나요? 그리고 기존의 rec도 필요가 없는 것처럼 보입니다. You're right....
The trick is importing home.nix from hosts setup. `home-manager.users.user = import ./home.nix` If you're doing this, you would find that home-manager command is not available. so he added `pkgs.home-manager` for...
It looks background-variant properties don't allow css variable in current version. ```css --bg-color: 50 95% 65%; background: hsl(var(--bg-color)); ``` return ```bash error: CSS: “background”: Cannot invoke "org.w3c.css.values.CssValue.getType()" because "val" is...
It sounds like more JA3 issue due to chromium's randomization. https://github.com/salesforce/ja3/issues/88
I guess It's becuase of impermanenece setup, which must be enabled as nixos modules, not standalone.