Add kakoune
parent
2dba542565
commit
49afc6b5f7
|
@ -3,11 +3,12 @@
|
|||
{
|
||||
# Import config broken out into files
|
||||
imports = [
|
||||
./copyApplications.nix
|
||||
./git.nix
|
||||
./kakoune.nix
|
||||
./kitty.nix
|
||||
./neovim.nix
|
||||
./shells.nix
|
||||
./copyApplications.nix
|
||||
];
|
||||
|
||||
home.enableNixpkgsReleaseCheck = true;
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.kakoune = {
|
||||
enable = true;
|
||||
config = { };
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue