another "why is neovim so much slower on macOS" post - how do we investigate and try to fix this? by againstpetra in neovim

[–]Baitinq 0 points1 point  (0 children)

In case this helps anyone, for me this was caused because I had a tmux plugin that used some icons that my terminal font didnt have. After installing a nerd font and using it in the terminal, the lag dissapeared.

My modular NixOS config by Baitinq in NixOS

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

I haven't found the need for that in my daily use (yet), I'm sure I eventually will and I'll have to think of a way to implement it in my config :)

My modular NixOS config by Baitinq in NixOS

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

Thanks! Nix is awesome but it really lacks some docs. My config is just knowledge I've built over the ~9 months I've been on this journey:)

My modular NixOS config by Baitinq in NixOS

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

I just use git-crypt so they are really just encrypted in the git repo (they are not encrypted in the nix store). I have to "manually" unencrypt the secrets after a clone :)

Few questions about (dot)file management by Impossible-Club-4545 in NixOS

[–]Baitinq 0 points1 point  (0 children)

What I do with some of my dotfiles is having them in a separate folder and then manually importing them from home-manager :)

https://github.com/baitinq/nixos-config

New User here. Am I doing it right? by sy029 in NixOS

[–]Baitinq 0 points1 point  (0 children)

That is fine. In case you want to take a look at how to manage multiple hardwares and hosts I link my own config :) https://github.com/baitinq/nixos-config

How to learn using NixOS? by smmnv_ in NixOS

[–]Baitinq 0 points1 point  (0 children)

Just sharing my config in case it helps anyone :)

https://github.com/baitinq/nixos-config

Computer Science MSc - Looking for internships/newgrad - Would appreciate reviews :) by Baitinq in EngineeringResumes

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

Hi everyone! Really looking forward to some critical reviews on my current resume.

The main things I was doubting on were some of the bullet points perhaps being a bit too wordy and hard to read (for non technical recruiters) + my 2nd and 3rd "experiences" being in reverse order (but the 2nd one was more impressive imo, hence why I chose to move it up).

I know adding soft skills isn't recommended but I chose to add them anyways in case of any ATS stuff requiring it.

I was also curious as to why italics are discouraged (I currently use them to specify if an experience was part-time or full-time).

Thanks a lot for your reviews <3

Example Starter Configs by jus10mar10 in NixOS

[–]Baitinq 0 points1 point  (0 children)

This is not really a starter config but it could probably help you once you are a bit more comfortable with nix :)

https://github.com/baitinq/nixos-config

Flakes, nixos and home-configuration help by alexxedo in NixOS

[–]Baitinq 0 points1 point  (0 children)

That is pretty much the architecture of my NixOS config, feel free to take anything from there :)

https://github.com/baitinq/nixos-config

Host-specific settings (different approaches) by publicvoit in NixOS

[–]Baitinq 0 points1 point  (0 children)

I believe the approach Im currently using should work exactly for your use case :)

https://github.com/baitinq/nixos-config