beginning of big refactoring

This commit is contained in:
Vali 2024-07-20 13:18:01 +02:00
commit e09e7277eb
68 changed files with 358 additions and 2818 deletions

View file

@ -3,13 +3,11 @@
lib,
pkgs,
...
}:
with lib; let
cfg = config.modules.editors.kakoune;
}: let
cfg = config.modules.system.programs.editors;
inherit (config.modules.other.system) username;
inherit (lib) mkIf;
in {
options.modules.editors.kakoune.enable = mkEnableOption "kakoune";
config = mkIf cfg.enable {
home-manager.users.${username} = {
programs.kakoune = {