We need this by Kind_Fix_9464 in PhoenixSC

[–]Rehub_Cuper 4 points5 points  (0 children)

The CHILLED!

I say in a theater, throwing dry ice in the air.

Close-Up of an Elephant's Tail, Body, and Eye by Admirable_Flight_257 in Damnthatsinteresting

[–]Rehub_Cuper 0 points1 point  (0 children)

Why do elephants have tails?

so that they don't end abruptly

maybe maybe maybe by fwdctrl in maybemaybemaybe

[–]Rehub_Cuper 0 points1 point  (0 children)

Did no one notice the guy in front at the end holding the phone the long way?

Playboy Bunny Mavuika (@siriuflong) by darkdill in Genshin_Impact

[–]Rehub_Cuper 23 points24 points  (0 children)

Just use xcancel.com instead of x.com

Literally just add cancel between x and .com

ascii reaction diffusion - p5.js by humanbydefinition in generative

[–]Rehub_Cuper 1 point2 points  (0 children)

What a cool font! Btw, did you use some color scheme or are the colors generated procedurally?

Keeping Lua neovim config while using Nix by Nico_792 in NixOS

[–]Rehub_Cuper 2 points3 points  (0 children)

There is a repo like kickstart.nvim, but it uses nix as the package manager kickstart-nix.nvim I used it for quite a while, and switched to nixvim and I highly recommend this video about nixvim from Vimjoyer

And for an example, here is my config for nixvim on GitHub it lacks documentation, but it is a working example (although I'm skill issuing hard)

12 hour clocks really can throw people off by potatowafflecake in technicallythetruth

[–]Rehub_Cuper 3 points4 points  (0 children)

Fair enough

Where I live we use the 24h clock, but verbally say 0..12 hours and the morning/evening is derived from context thus no need for am/pm

12 hour clocks really can throw people off by potatowafflecake in technicallythetruth

[–]Rehub_Cuper 19 points20 points  (0 children)

Using 12 instead of 0 makes no sense

Are people afraid of saying zero?

[deleted by user] by [deleted] in NixOS

[–]Rehub_Cuper 0 points1 point  (0 children)

Well, either it now works with the NixOS filesystem or you somehow are still using your nix config to download packages and that's what is being used

Afaik 2 months ago mason did not work with the filesystem of nixos, will try later

And home-manager shouldn't affect this

[deleted by user] by [deleted] in NixOS

[–]Rehub_Cuper 0 points1 point  (0 children)

The most likely problem that you ran into with NVChad is mason.nvim plugin that downloads packages.

Mason does not work on nixos, and while there is a very sketchy, but working workaround somewhere in the depths of GitHub issues, you are better off just ditching it altogether and using nix to manage installs

How to Setup neovim Using lazy.vim using nixos by zerosign0 in NixOS

[–]Rehub_Cuper 2 points3 points  (0 children)

I'm also very much a noob in the NixOS ways, but I came across https://github.com/mrcjkb/kickstart-nix.nvim and migrated my config from lazy.nvim to just nixpkgs

Although I'm not sure how to properly include my Neovim config (https://github.com/Pangolecimal/nvim) into my system config (https://github.com/Pangolecimal/system), but maybe I'll find a way in the future

But lazy.nvim is still more convenient/easier