Skip to content

Commit 4c9afb7

Browse files
feat: working on vm
1 parent 9746116 commit 4c9afb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
services.greetd = {
156156
enable = true;
157157
settings.default_session = {
158-
command = "${pkgs.greetd.greetd}/bin/agreety --cmd \"${pkgs.shoyu}/bin/shoyu-compositor-runner ${pkgs.genesis-shell}/bin/genesis_shell\"";
158+
command = "${pkgs.shoyu}/bin/shoyu-compositor-runner ${pkgs.genesis-shell}/bin/genesis_shell";
159159
};
160160
};
161161

@@ -168,7 +168,6 @@
168168

169169
virtualisation.qemu.options = [
170170
"-vga none"
171-
"-device virtio-gpu-gl-pci"
172171
"-display default,gl=on"
173172
];
174173

@@ -180,6 +179,7 @@
180179
extraGroups = [
181180
"users"
182181
"video"
182+
"input"
183183
];
184184
};
185185
}

0 commit comments

Comments
 (0)