kakoune: disable
This commit is contained in:
parent
6cc4364fea
commit
9e895ec95b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
in {
|
||||
imports = [./mappings.nix];
|
||||
options.modules.programs.editors.kakoune.enable = mkEnableOption "kakoune";
|
||||
config = {
|
||||
config = mkIf false {
|
||||
environment.systemPackages = [
|
||||
custom-kakoune
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue