huge cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ pkgs, user, host, lib, ... }:
|
||||
if (host != "NxACE") then
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
@@ -22,27 +21,4 @@ if (host != "NxACE") then
|
||||
TTYVHangup = true;
|
||||
TTYVTDisallocate = true;
|
||||
};
|
||||
}
|
||||
else
|
||||
{
|
||||
services = {
|
||||
displayManager = {
|
||||
defaultSession = "hyprland";
|
||||
sddm = {
|
||||
enable = true;
|
||||
# theme = "where_is_my_sddm_theme";
|
||||
settings = {
|
||||
theme = {
|
||||
# background = /home/nx2/Pictures/
|
||||
passwordFontSize = 12;
|
||||
passwordInputCursorVisible = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
autoLogin = lib.mkIf (host == "NxACE") {
|
||||
enable = true;
|
||||
user = "tv";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user