I’m on a fresh installation with KDE. Kate is available, but what’s the best way to get (n)vim up and running, or better yet, Helix? (I’m new to Nix. I do have a good amount of Linux experience though.)
I’m on a fresh installation with KDE. Kate is available, but what’s the best way to get (n)vim up and running, or better yet, Helix? (I’m new to Nix. I do have a good amount of Linux experience though.)
You need to add the package for your preferred editor to your configuration.nix and rebuild your system
Got it, so in babysteps it was:
/etc/nixox/configuration.nix
using kate or nano.vim
orhelix
within the blockenvironment.systemPackages = with pkgs; [... ...];
.nixos-rebuild switch
.Alright, first steps taken. Thanks! :)
No problem! In case you havent found it already, the packages and options are available to search here: https://search.nixos.org/packages