init options, move ralph, fix wallpapers
This commit is contained in:
parent
401109204b
commit
85dd534f53
15 changed files with 123 additions and 181 deletions
8
modules/options.nix
Normal file
8
modules/options.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.username = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Global username used across the evaluation.";
|
||||
default = "jingus";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue