This commit is contained in:
alsaiduq-lab 2026-03-07 12:23:35 -07:00
parent 8107890427
commit a2a41f3d80
10 changed files with 110 additions and 83 deletions

View file

@ -1,15 +1,17 @@
{
config,
inputs,
pkgs,
...
}: {
imports = [
inputs.dankMaterialShell.nixosModules.greeter
];
programs.dank-material-shell.greeter = {
services.displayManager.dms-greeter = {
enable = true;
compositor.name = "hyprland";
configHome = "/home/${config.theme.user}";
configFiles = ["/home/${config.theme.user}/.config/DankMaterialShell/settings.json"];
quickshell.package = pkgs.quickshell;
logs = {
save = true;
path = "/tmp/greeter.log";
};
};
}