Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {pkgs, lib, ...}:
- {
- options.home-manager.users = lib.mkOption {
- options = {
- foo = lib.mkOption {
- description = "Test";
- type = lib.types.string;
- default = "bar";
- };
- };
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement