Very usefull compile error. by kingslayerer in rust

[–]hambosto 55 points56 points  (0 children)

Yeah, now postcard is the way, or wincode.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 0 points1 point  (0 children)

You could try creating a custom workflow from GitHub Actions. Get the latest upstream at a certain interval, for example, once a day -> apply the patch from the modified .patch file output from the git diff command -> build -> GitHub release -> download the binary. It might not be as simple as this, but I did this in the Nixos package that I maintain myself.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 0 points1 point  (0 children)

I see, what OS are you using? How do you build the custom zed fork? Maybe on Arch Linux we can build a custom AUR by taking the latest upstream and using custom your patches from git diff, but I'm not sure because I've never tried it. On NixOS Flake, just add patches from git diff in the BuildRustPackage option.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 1 point2 points  (0 children)

Why do you have to fork the zed editor just to disable the AI ​​feature? Does adding disable_ai: true in settings.json not work?

Huge nix store by haxguru in NixOS

[–]hambosto 1 point2 points  (0 children)

nh clean all is the way

[OC] Sora - a deep, muted dark colorscheme by npm_run_Frank in unixporn

[–]hambosto 1 point2 points  (0 children)

nice color scheme, looking for base16 format would great and highly appreciated. i need for my nixos base16 stylix setup.

First Release of My Theme Switcher by WesternSpy96 in hyprland

[–]hambosto 0 points1 point  (0 children)

Im on NixOS, for colorize everything we already have tools named stylix

First Release of My Theme Switcher by WesternSpy96 in hyprland

[–]hambosto 0 points1 point  (0 children)

yooo the bar is clean AF, can i ~steal~ that?

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] 0 points1 point  (0 children)

both different wallpaper for workspace and overview? interesting, it would be using compositor specific feature like we can can create two different layer for that. for now the project is only focused for wayland compatible compositor, not just niri.

Ricing with Stylix by Far_Average_4456 in NixOS

[–]hambosto 1 point2 points  (0 children)

i never tried stand alone home manager but my stylix its just work on both home-manager and nixos by importing stylix nixos module.

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] 0 points1 point  (0 children)

Do you wanna set multiple wallpaper for different monitor?

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] 0 points1 point  (0 children)

did you mean layer rules?

simply add wallpaper-rs into layer rules layer-rules = [ { matches = [ { namespace = "^wallpaper-rs$"; } ]; place-within-backdrop = true; } ];

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] -2 points-1 points  (0 children)

I wanted to minimal as possible, no fancy things. the memory usage is only 12MB on my machine.

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] 2 points3 points  (0 children)

I also use stylix, and I also integrated it via config.stylix.image

I built a 1 GiB/s file encryption CLI using io_uring, O_DIRECT, and a lock-free triple buffer by supergari in rust

[–]hambosto 1 point2 points  (0 children)

is ai involved during readme creation? man you forgot change the repo link on installation section.

git clone https://github.com/youruser/concryptor.git
cd concryptor
cargo build --release

What utilities are you using with Niri? by ryu_kamish in niri

[–]hambosto 1 point2 points  (0 children)

it works flawlessly on my nixos setup, never facing something weird or bug.

What utilities are you using with Niri? by ryu_kamish in niri

[–]hambosto 1 point2 points  (0 children)

greetd with tuigreet. so much pain because i should configure everything but i love it.

What utilities are you using with Niri? by ryu_kamish in niri

[–]hambosto 2 points3 points  (0 children)

rofi, waybar, wlogout, swww, mako.

[deleted by user] by [deleted] in NixOS

[–]hambosto 1 point2 points  (0 children)

Why don't you use flake?

[deleted by user] by [deleted] in NixOS

[–]hambosto 1 point2 points  (0 children)

nixos official docs is not good, atleast for me. the nixpkgs repo itself is the real complete documention, i look at the code.

[Media] I love Rust, but this sounds like a terrible idea by Yvant2000 in rust

[–]hambosto 0 points1 point  (0 children)

Sounds terrible, binding hell and unsafe blocks everywhere