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