fixed option location

This commit is contained in:
Nicholas Young 2023-02-16 13:00:22 -08:00
parent 3d5da21c15
commit 2e278afdce

View file

@ -91,13 +91,13 @@ in
opentabletdriver
];
xsession = {
enable = true;
windowManager.command = "plasma5-session";
};
sessionVariables = {
NIX_SHELL_PRESERVE_PROMPT = 1;
};
};
xsession = {
enable = true;
windowManager.command = "plasma5-session";
};
}