helix/languages.nix: cleanup
This commit is contained in:
parent
e5e7e34ef2
commit
3b5390bb6e
1 changed files with 1 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
config,
|
||||
inputs',
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.system.programs.editors.helix;
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkIf getExe makeBinPath;
|
||||
inherit (lib) mkIf getExe ;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue