Removed Neovim. Set Kakoune to default editor.

This commit is contained in:
vorboyvo 2024-03-24 16:34:09 -04:00
parent cf84617566
commit 11f9ce49a3
3 changed files with 4 additions and 3 deletions

View file

@ -132,7 +132,8 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
neovim
# neovim
kakoune
git
gay # very important, do not remove
];

View file

@ -118,9 +118,8 @@ in
# terminal emulator
programs.alacritty.enable = true;
programs.neovim = import ./programs/neovim.nix;
# programs.neovim = import ./programs/neovim.nix;
# trying out kakoune
programs.kakoune = import ./programs/kakoune.nix;
xdg.configFile."kak-lsp/kak-lsp.toml".source = ./programs/kakoune/kak-lsp.toml;
xdg.desktopEntries.kakoune = {

View file

@ -1,5 +1,6 @@
{
enable = true;
defaultEditor = true;
config = {
colorScheme = "tomorrow-night";
numberLines = {