Fix i3 startup.
This commit is contained in:
parent
db512c1dcd
commit
ab733c8797
6
i3.nix
6
i3.nix
@ -79,6 +79,8 @@
|
||||
# # slim.autoLogin = true;
|
||||
|
||||
lightdm.enable = true;
|
||||
# startx.enable = true;
|
||||
# sddm.enable = true;
|
||||
};
|
||||
|
||||
desktopManager = {
|
||||
@ -103,8 +105,8 @@
|
||||
updateDbusEnvironment = true;
|
||||
|
||||
windowManager = {
|
||||
default = "i3";
|
||||
i3.enable = true;
|
||||
default = "none";
|
||||
# i3.enable = true;
|
||||
};
|
||||
|
||||
layout = "us";
|
||||
|
Loading…
Reference in New Issue
Block a user