From fad5d34bb4dccdc6d1a1b3a42f50d192d8736594 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sat, 12 Oct 2024 01:42:13 -0500 Subject: [PATCH] switching off of cosmic since it crashes on every kvm switch --- hosts/lio/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/lio/configuration.nix b/hosts/lio/configuration.nix index d1e54025..d58d6a69 100644 --- a/hosts/lio/configuration.nix +++ b/hosts/lio/configuration.nix @@ -13,7 +13,9 @@ mods = { boot_systemd.enable = true; shell_common.enable = true; - de_cosmic.enable = true; + # de_cosmic.enable = true; + de_gnome_xorg.enable = true; + audio_pulse.enable = true; neovim.enable = true; tty_caps_esc.enable = true; docker.enable = true;