This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
imports = [
|
||||
./podman.nix
|
||||
./fonts.nix
|
||||
./fwupd.nix
|
||||
./users.nix
|
||||
./libvirt.nix
|
||||
./services.nix
|
||||
./security.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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user