mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
made dummy option for deadnix to shutup about disko update flake.lock stopped using neovim overlay
6 lines
137 B
Nix
6 lines
137 B
Nix
{lib, ...}: {
|
|
options.localModules.DM.loginUser = lib.mkOption {
|
|
type = lib.types.nullOr lib.types.str;
|
|
default = null;
|
|
};
|
|
}
|