Simplify some vars and such
This commit is contained in:
parent
96c74234c0
commit
eb34493b18
9 changed files with 7 additions and 22 deletions
|
@ -2,15 +2,6 @@
|
|||
{
|
||||
programs.looking-glass-client = {
|
||||
enable = if config.home.desktop.enable && config.nixpkgs.system == "x86_64-linux" then true else false;
|
||||
settings = {
|
||||
input = {
|
||||
rawMouse = true;
|
||||
escapeKey = 62;
|
||||
};
|
||||
spice = {
|
||||
enable = true;
|
||||
audio = true;
|
||||
};
|
||||
};
|
||||
settings.input.rawMouse = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue