Enable xsession
This commit is contained in:
parent
422be581af
commit
b38c627677
@ -30,7 +30,9 @@ in {
|
||||
home.packages = with pkgs; [
|
||||
i3lock-fancy-rapid
|
||||
];
|
||||
xsession.windowManager.i3 = {
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
# package = pkgs.i3-gaps;
|
||||
config = {
|
||||
@ -167,5 +169,6 @@ in {
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user