diff --git a/flake.nix b/flake.nix index d802781..bb6fdcb 100644 --- a/flake.nix +++ b/flake.nix @@ -120,17 +120,19 @@ home-manager.extraSpecialArgs = { inherit inputs; }; # VM specific settings virtualisation.vmVariant = { - virtualisation.memorySize = 2048; - virtualisation.cores = 2; + virtualisation.memorySize = 4096; + virtualisation.cores = 4; virtualisation.graphics = true; - virtualisation.qemu.options = [ "-vga virtio" ]; + virtualisation.qemu.options = [ "-vga virtio" "-serial mon:stdio" ]; }; # Use a dummy hardware config for VM fileSystems."/" = { device = "/dev/disk/by-label/nixos"; }; boot.loader.grub.device = "/dev/vda"; boot.initrd.availableKernelModules = [ "virtio_pci" "virtio_blk" "virtio_gpu" "virtio_net" "virtio_mmio" ]; - boot.kernelParams = nixpkgs.lib.mkForce [ "video=1280x800" "quiet" "splash" "boot.shell_on_fail" ]; + boot.kernelParams = nixpkgs.lib.mkForce [ "video=1280x800" "quiet" "splash" "boot.shell_on_fail" "console=ttyS0" "console=tty1" ]; + + services.qemuGuest.enable = true; # Setup default user for testing users.users.nomarchy = { diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index d2ead34..b021859 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -26,8 +26,8 @@ in }; "exec-once" = [ "swww-daemon & sleep 0.5 && swww img ${activeWallpaper} --transition-type none" - "nomarchy-on-boot" - "nomarchy-welcome" + # "nomarchy-on-boot" + # "nomarchy-welcome" ] ++ (lib.optional config.nomarchy.toggles.waybar "waybar"); "bind" = [ "SUPER, Space, exec, walker"