feat(gui): add greetd
Login interface.
This commit is contained in:
parent
2bbad75474
commit
8a9773cef2
8
faucet/gui/greetd.nix
Normal file
8
faucet/gui/greetd.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
cfg = config.faucet.gui;
|
||||
in mkIf (cfg.enable && cfg.session) {
|
||||
programs.regreet.enable = true;
|
||||
}
|
Loading…
Reference in a new issue