Emptty
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
2
machines/universedesktop/desktop/emptty.conf
Normal file
2
machines/universedesktop/desktop/emptty.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
TTY_NUMBER=7
|
||||
|
||||
Reference in New Issue
Block a user