zenix: remove hyprland

This commit is contained in:
tristan 2025-06-21 10:37:18 +01:00
parent 1d5773e013
commit cbe883dcc6

View file

@ -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
{