fully switched to ly as the display manager.

This commit is contained in:
Gabe Venberg 2025-10-19 13:49:42 +02:00
parent 31d93e3770
commit dcdac349df
3 changed files with 2 additions and 17 deletions

View file

@ -19,6 +19,7 @@
font-size = 12; font-size = 12;
background-opacity = 0.8; background-opacity = 0.8;
background-blur = true; background-blur = true;
background-opacity-cells = true;
window-decoration = "server"; window-decoration = "server";
}; };
}; };

View file

@ -5,13 +5,6 @@
... ...
}: { }: {
services.accounts-daemon.enable = true; services.accounts-daemon.enable = true;
services.displayManager = {
defaultSession = "none+i3";
autoLogin = {
user = config.host.details.user;
enable = true;
};
};
services.xserver = { services.xserver = {
enable = true; enable = true;
windowManager.i3.enable = true; windowManager.i3.enable = true;
@ -204,11 +197,6 @@
]; ];
}; };
startup = [ startup = [
{
command = "betterlockscreen --lock blur";
notification = false;
always = false;
}
{ {
command = "betterlockscreen --wall"; command = "betterlockscreen --wall";
notification = false; notification = false;
@ -219,11 +207,6 @@
notification = false; notification = false;
always = false; always = false;
} }
# {
# command = "~/.fehbg";
# notification = false;
# always = true;
# }
]; ];
}; };
}; };

View file

@ -38,6 +38,7 @@ inputs.nixpkgs.lib.nixosSystem {
networking.hostName = "harmatan"; networking.hostName = "harmatan";
networking.hostId = "7a42af26"; networking.hostId = "7a42af26";
services.displayManager.defaultSession = "i3";
services.xserver.dpi = 180; services.xserver.dpi = 180;
environment.variables = { environment.variables = {
GDK_SCALE = "2"; GDK_SCALE = "2";