more format stuff, removed unnecessary programs

This commit is contained in:
Charlie Root 2024-05-15 00:37:31 +02:00
commit fa40d31624
5 changed files with 5 additions and 19 deletions

View file

@ -1,8 +1,6 @@
{ pkgs, lib, config, callPackage, ... }:
{ lib, config, ... }:
with lib;
let
username = config.modules.other.system.username;
cfg = config.modules.programs.nh;
let cfg = config.modules.programs.nh;
in {
options.modules.programs.nh.enable = mkEnableOption "nh";