more format stuff, removed unnecessary programs
This commit is contained in:
parent
d2d4054aa5
commit
fa40d31624
5 changed files with 5 additions and 19 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue