feat: add greetd
This commit is contained in:
parent
d44277aff1
commit
c25eda0f26
3 changed files with 58 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
packages = [ pkgs.gcr ]; # needed for gnome pinentry
|
||||
packages = with pkgs; [ gcr dconf ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue