diff --git a/flake.nix b/flake.nix index 26369b5..ad9ab1b 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,6 @@ ./nixos/programs/personal.nix ./nixos/services/musnix.nix ./nixos/workstation.nix - ./nixos/programs/hyprland.nix ]; home-modules = [ ./home/programs/graphical.nix @@ -135,24 +134,6 @@ ]; }; - vm-hyprland = - builtins.trace '' - use super+enter to start a terminal. - use super+d to launch applications - - Hyprland is VERY SLOW in the VM. - - start with '-vga virtio' - '' - mkConf - { - nixos-modules = [ - ./hardware/vm.nix - (auto-login "Hyprland") - ./nixos/programs/hyprland.nix - ]; - }; - vm-tty = mkConf {