fully switched to ly as the display manager.
This commit is contained in:
parent
31d93e3770
commit
dcdac349df
3 changed files with 2 additions and 17 deletions
|
|
@ -19,6 +19,7 @@
|
|||
font-size = 12;
|
||||
background-opacity = 0.8;
|
||||
background-blur = true;
|
||||
background-opacity-cells = true;
|
||||
window-decoration = "server";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,13 +5,6 @@
|
|||
...
|
||||
}: {
|
||||
services.accounts-daemon.enable = true;
|
||||
services.displayManager = {
|
||||
defaultSession = "none+i3";
|
||||
autoLogin = {
|
||||
user = config.host.details.user;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.i3.enable = true;
|
||||
|
|
@ -204,11 +197,6 @@
|
|||
];
|
||||
};
|
||||
startup = [
|
||||
{
|
||||
command = "betterlockscreen --lock blur";
|
||||
notification = false;
|
||||
always = false;
|
||||
}
|
||||
{
|
||||
command = "betterlockscreen --wall";
|
||||
notification = false;
|
||||
|
|
@ -219,11 +207,6 @@
|
|||
notification = false;
|
||||
always = false;
|
||||
}
|
||||
# {
|
||||
# command = "~/.fehbg";
|
||||
# notification = false;
|
||||
# always = true;
|
||||
# }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
networking.hostName = "harmatan";
|
||||
networking.hostId = "7a42af26";
|
||||
|
||||
services.displayManager.defaultSession = "i3";
|
||||
services.xserver.dpi = 180;
|
||||
environment.variables = {
|
||||
GDK_SCALE = "2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue