Alexander

Results 26 comments of Alexander

> @qweered What's the performance you have after disabling these rules? Its like down from 12 seconds to 5, I disable some typescript eslint rule, cannot remember more

Idk what is the issue with vercel now, build is successful on my side

Same thing for vesktop -> equibop, would be great

Full config for boot: ```nix { pkgs, ... }: { security.unprivilegedUsernsClone = true; # Required for hardened kernel services.scx.enable = true; # TODO: enably cachy ananicy rules boot = {...

I tested with linuxPackages_latest today on unstable nixpkgs, surely works

@s0me1newithhand7s you didn't select theme theme = "nixos-bgrt";

Still the same issue on latest everything, can debug it if anyoune told me how. Current boot config: ```nix { pkgs, inputs, ... }: { services.scx.enable = true; boot =...

> Which kernel configs are required for Plymouth? just ```nix plymouth = { enable = true; theme = "nixos-bgrt"; themePackages = [ pkgs.nixos-bgrt-plymouth ]; }; ``` > Do you guys...

When switching to cachyOs kernel from latest i see this: Version changes: [U.] #1 initrd-linux 6.15 -> 6.15.0 [U.] #2 linux 6.15, 6.15-modules, 6.15-modules-shrunk -> 6.15.0, 6.15.0-modules, 6.15.0-modules-shrunk Added packages:...