We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9746116 commit 4c9afb7Copy full SHA for 4c9afb7
flake.nix
@@ -155,7 +155,7 @@
155
services.greetd = {
156
enable = true;
157
settings.default_session = {
158
- command = "${pkgs.greetd.greetd}/bin/agreety --cmd \"${pkgs.shoyu}/bin/shoyu-compositor-runner ${pkgs.genesis-shell}/bin/genesis_shell\"";
+ command = "${pkgs.shoyu}/bin/shoyu-compositor-runner ${pkgs.genesis-shell}/bin/genesis_shell";
159
};
160
161
@@ -168,7 +168,6 @@
168
169
virtualisation.qemu.options = [
170
"-vga none"
171
- "-device virtio-gpu-gl-pci"
172
"-display default,gl=on"
173
];
174
@@ -180,6 +179,7 @@
180
179
extraGroups = [
181
"users"
182
"video"
+ "input"
183
184
185
}
0 commit comments