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

@ -5,9 +5,9 @@
inputs,
...
}: let
cfg = config.modules.editors.emacs;
cfg = config.modules.system.programs.editors.emacs;
inherit (config.modules.other.system) username;
inherit (lib) mkEnableOption mkIf;
inherit (lib) mkIf;
newpkgs =
pkgs.appendOverlays
@ -152,10 +152,6 @@
ws-butler
]));
in {
options.modules.editors.emacs = {
enable = mkEnableOption "emacs";
};
config = mkIf cfg.enable {
home-manager.users.${username} = {
home.packages = with pkgs; [