1{ 2 programs.nixvim = { 3 enable = true; 4 5 colorschemes.catppuccin.enable = true; 6 plugins.lualine.enable = true; 7 }; 8 9 # TODO 10 # home-manager.users.bates64 = { 11 # home.shellAliases.vim = "nvim"; 12 # home.sessionVariables.EDITOR = "nvim"; 13 # }; 14}