Reorganized
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#https://xeiaso.net/talks/asg-2023-nixos/ example
|
||||
{ lib, config, pkgs, ... }:{
|
||||
imports = [./gpg-agent.nix
|
||||
./name.nix];
|
||||
|
||||
#OPTIONS
|
||||
options.azos.name = lib.mkOption{
|
||||
default = "YOUR NAME HERE";
|
||||
type = lib.types.str;
|
||||
description = "Your full name.";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user