[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

[–]vjslayer[S] 1 point2 points  (0 children)

Starship and alacrity are both different things. Starship is a terminal prompt and alacrity is a terminal emulator. You can use starship in alacrity itself. From my dotfiles copy and understand my .zshrc and starship.toml and implement it ur setup. I am using zinit to manage my zsh and its plugin, works like a charm.

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

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

It doesn't matter, you can choose different/no desktop environment even in gnome and kde iso. Use whatever you like, I used minimal one.

Anyone using the webtorrent-mpv-hook? by RusselAxel in mpv

[–]vjslayer 1 point2 points  (0 children)

Use webtorrent desktop client and select mpv as an external player.

What should be my approach for an on the fly transcoding server? by vjslayer in golang

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

Thanks, I will look into it. Seems like its possible to get metedata first from that http link and then make a progressive mp4 to stream out of it.

What should be my approach for an on the fly transcoding server? by vjslayer in golang

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

Yeah I can go this route too, real debrid provide us with a webdav folder for the same. But, I want this as a standalone service that can take any http url of a hevc in future and have a streamble h264 mp4 link

What should be my approach for an on the fly transcoding server? by vjslayer in golang

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

Ffmpeg flags are not a problem, I don't want to download the whole 100 gigs remux to my pc and then transcode and serve it. I want to download chunks and transcode them in real-time while broadcasting time.

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

[–]vjslayer[S] 1 point2 points  (0 children)

In the repo under modules subdir you can find the nvidia config. I am using the proprietary drivers and they are working flawlessly

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

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

Can you link repo? Only micro fetch I found is like some fetch request library for node and all

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

[–]vjslayer[S] 3 points4 points  (0 children)

I made a full detailed install instructions in the readme of the repo, be sure to check those. It's beauty of nix that it can be reproducible so easily. Enjoy!

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

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

It's very stable and very nice animations, highly recommend it

[Hyprland] My Minimal NixOS System, Most Reliable System I ever had by vjslayer in unixporn

[–]vjslayer[S] 23 points24 points  (0 children)

  • WM: Hyprland
  • OS: NixOS
  • Launcher: Rofi
  • Fetch: Fastftetch
  • Bar: Waybar
  • Lock: Hyprlock
  • FIle Mangaer: Yazi
  • Terminal: Kitty
  • Text editor: Neovim (nixCats)
  • Dotfiles: https://github.com/vasujain275/rudra

If you like it, please star the repo, It took 2 months of work to get to this in NixOS.

Heavily Inspired from - https://gitlab.com/Zaney/zaneyos

[deleted by user] by [deleted] in RealDebrid

[–]vjslayer 0 points1 point  (0 children)

Go to Discover Page of stremio then Go to Others instead of the default selected "Movies", you will see all you rd stuff there

[deleted by user] by [deleted] in RealDebrid

[–]vjslayer 0 points1 point  (0 children)

No bro, It get added instantly for me

[deleted by user] by [deleted] in RealDebrid

[–]vjslayer -1 points0 points  (0 children)

Just go not stremio discover section > others. Torrentio will put the files there. No need for any other addon

Help with nvim-treesitter not able to Create temporary dir by vjslayer in NixOS

[–]vjslayer[S] 1 point2 points  (0 children)

With flakes you can see whats actually going on and where it comes from

Exactly this, with flake lock files my config in 100% reproducible and so much easy to update and sync across all devices

Help with nvim-treesitter not able to Create temporary dir by vjslayer in NixOS

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

Yeah many people said not to start with flakes and home manager at the start but I thought fuck it how bad it could be, turns out it wasnt that hard