Skip to content

Commit

Permalink
feat: working on vm
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Jan 4, 2025
1 parent 9746116 commit 4c9afb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
services.greetd = {
enable = true;
settings.default_session = {
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";
};
};

Expand All @@ -168,7 +168,6 @@

virtualisation.qemu.options = [
"-vga none"
"-device virtio-gpu-gl-pci"
"-display default,gl=on"
];

Expand All @@ -180,6 +179,7 @@
extraGroups = [
"users"
"video"
"input"
];
};
}
Expand Down

0 comments on commit 4c9afb7

Please sign in to comment.