This commit is contained in:
parent
0821335f51
commit
a7018d8acb
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./podman.nix
|
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./fwupd.nix
|
./fwupd.nix
|
||||||
./users.nix
|
|
||||||
./libvirt.nix
|
|
||||||
./services.nix
|
|
||||||
./security.nix
|
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./greetd.nix
|
||||||
|
./libvirt.nix
|
||||||
|
./podman.nix
|
||||||
|
./security.nix
|
||||||
|
./services.nix
|
||||||
|
./users.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
12
system/greetd.nix
Normal file
12
system/greetd.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.greetd = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
default_session = {
|
||||||
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd \"dbus-run-session hyprland\"";
|
||||||
|
user = "greeter";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user