DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: d845c2f4bd64c535f28837b247ab939a540f5867 nix-arta/systems/profiles/laptop/laptop.nix -rw-r--r-- 77 bytes
d845c2f4Jonni Liljamo feat: nvim as default editor on laptop and desktop 2 months ago
                                                                                
1
2
3
4
{
  environment.variables.EDITOR = "nvim";
  programs.light.enable = true;
}