mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed option location
This commit is contained in:
parent
3d5da21c15
commit
2e278afdce
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue