This commit is contained in:
2024-05-05 11:45:13 -04:00
parent 2955949475
commit f359432175
2 changed files with 11 additions and 10 deletions

View File

@@ -7,16 +7,15 @@ in {
services.displayManager = {
enable = true;
execCmd = "${pkgs.lemurs}/bin/lemurs";
execCmd = "${pkgs.emptty}/bin/emptty -d";
};
environment.etc."lemurs/config.toml".source = ./lemurs.toml;
environment.etc."lemurs/wayland/dwl" = {
source = pkgs.writeScript "dwl-startup" ''
#!${pkgs.bash}/bin/bash
${pkgs.yambar}/bin/yambar &
exec ${pkgs.dwl}/bin/dwl
'';
systemd.services.display-manager = {
enable = true;
serviceConfig = {
EnvironmentFile=${./emptty.conf};
Type="idle";
TTYPath="/dev/tty7";
TTYReset="yes";
};
};
}

View File

@@ -0,0 +1,2 @@
TTY_NUMBER=7