Sofie

Results 75 comments of Sofie

The workaround works. I myself had to change: ```nix toolchain = fromToolchainFile { file = ./rust-toolchain.toml; sha256 = "sha256-X/4ZBHO3iW0fOenQ3foEvscgAPJYl2abspaBThDOukI="; }; ``` to ```nix toolchain = let toml = with builtins;...

Well, more specifically I use: ```nix toolchain = let toml = with builtins; (fromTOML (readFile ./rust-toolchain.toml)).toolchain; channel = toml.channel or "stable"; profile = toml.profile or "default"; targets = toml.targets or...

> > > Here is the patch for gnome-shell: [Shell_BlurEffect__rounded_corners_mask.patch](https://github.com/user-attachments/files/22458817/Shell_BlurEffect__rounded_corners_mask.patch). After patched gnome-shell is installed you wanna pass `corner_radius` to ShellBlurEffect from blur-my-shell extension - [Add_corner_radius_to_NativeDynamicBlurEffect.patch](https://github.com/user-attachments/files/22459173/Add_corner_radius_to_NativeDynamicBlurEffect.patch) (hardcoded to `14`, TBD...

> > How did you round the panel? > > I use Dash to Panel for that, but Open Bar also works as well Like the top one? Gonna steal...

> For me it seems to only work after opening the extension's settings. This needs to be done every time the browser is restarted. Some times it won't work until...

> Yep, I only have one specific website that I need my user agent switched on, and after following the correct syntax for inputting the website and useragent string into...

The kvantum theme is from `nixos-unstable`, I could try though with the `catppuccin/nix` flake?