switch to using specialArgs for inputs

made dummy option for deadnix to shutup about disko

update flake.lock

stopped using neovim overlay
This commit is contained in:
Gerg-L 2023-05-17 22:03:25 -04:00
parent a3e18f9a36
commit 0d2e560191
36 changed files with 162 additions and 164 deletions

View file

@ -1,7 +1,6 @@
_: {
{
config,
lib,
options,
...
}: let
cfg = config.localModules.DM.autoLogin;

View file

@ -1,7 +1,6 @@
_: {
{
config,
lib,
options,
self,
...
}: let

View file

@ -1,8 +1,4 @@
_: {
options,
lib,
...
}: {
{lib, ...}: {
options.localModules.DM.loginUser = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = null;