kakoune config

This commit is contained in:
Charlie Root 2024-07-16 11:13:12 +02:00
commit a920b04973
16 changed files with 174 additions and 156 deletions

View file

@ -88,7 +88,7 @@
editors = {
emacs = {
enable = false;
doom.enable = false;
doom.enable = true;
};
helix.enable = true;
kakoune.enable = true;

View file

@ -7,6 +7,5 @@ _: {
../../../options/common/docs.nix
../../../options/common/gpu/nvidia.nix
../../../options/desktop/monitors.nix
../../../overlay.nix
];
}