2023-01-28 20:49:10 +00:00
|
|
|
self:
|
|
|
|
with self;
|
|
|
|
let
|
2022-01-31 16:35:52 +00:00
|
|
|
looking-glass-client = self.looking-glass-client.overrideAttrs (old: {
|
2023-01-28 20:49:10 +00:00
|
|
|
meta.platforms = [
|
|
|
|
"x86_64-linux"
|
|
|
|
"aarch64-linux"
|
|
|
|
];
|
2022-01-31 16:35:52 +00:00
|
|
|
});
|
2023-01-28 20:49:10 +00:00
|
|
|
in
|
|
|
|
''
|
2022-01-31 16:35:52 +00:00
|
|
|
${looking-glass-client}/bin/looking-glass-client -f /dev/shm/looking-glass input:ignoreWindowsKeys=yes input:grabKeyboardOnFocus=no
|
2021-12-11 20:08:20 +00:00
|
|
|
''
|