This commit is contained in:
KoenDR06 2025-07-18 15:10:33 +02:00
parent b7d7514928
commit 73c7b45ba8
8 changed files with 8 additions and 25 deletions

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
programs.helix = {
enable = true;
defaultEditor = true;

View file

@ -1,7 +1,4 @@
{
lib,
...
}: let
{lib, ...}: let
inherit (lib) mkOption types;
in {
options = {