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,
|
config,
|
||||||
inputs',
|
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.modules.system.programs.editors.helix;
|
cfg = config.modules.system.programs.editors.helix;
|
||||||
inherit (config.modules.other.system) username;
|
inherit (config.modules.other.system) username;
|
||||||
inherit (lib) mkIf getExe makeBinPath;
|
inherit (lib) mkIf getExe ;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue