mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed settings.username
This commit is contained in:
parent
60206e95e1
commit
4f9c434347
11 changed files with 39 additions and 43 deletions
11
modules/DM/misc.nix
Normal file
11
modules/DM/misc.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
options,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
options.localModules.DM.loginUser = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue