whole flake: remove unneeded default.nix

This commit is contained in:
Charlie Root 2024-09-08 21:09:36 +02:00
commit d6d66bc43a
8 changed files with 2 additions and 20 deletions

View file

@ -6,7 +6,7 @@
}: let
cfg = config.modules.system.programs.editors.helix;
inherit (config.modules.other.system) username;
inherit (lib) mkIf getExe ;
inherit (lib) mkIf getExe;
in {
config = mkIf cfg.enable {
home-manager.users.${username} = {