dms: use greeter to login
This commit is contained in:
parent
479dad5cb4
commit
60271a2359
7 changed files with 81 additions and 12 deletions
|
|
@ -11,6 +11,7 @@
|
|||
imports = [
|
||||
inputs.dankMaterialShell.homeModules.dank-material-shell
|
||||
inputs.dankMaterialShell.homeModules.niri
|
||||
inputs.danksearch.homeModules.dsearch
|
||||
];
|
||||
|
||||
config = lib.mkIf osConfig.programs.niri.enable {
|
||||
|
|
@ -40,6 +41,8 @@
|
|||
enableAudioWavelength = false;
|
||||
enableCalendarEvents = false;
|
||||
};
|
||||
|
||||
programs.dsearch.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue