Simplify some vars and such

This commit is contained in:
Vice 2025-03-05 02:17:33 -05:00
parent 96c74234c0
commit eb34493b18
9 changed files with 7 additions and 22 deletions

View file

@ -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;
};
}