faucet(gui): add greetd
This commit is contained in:
parent
409800a4c0
commit
c1cc504186
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue