From 4ccbed71a8e7a97729d2aa921d2ec44c761e0dfb Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 23 Apr 2022 13:35:59 +0200 Subject: [PATCH] mashu: Enable gnome --- hosts/mashu.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index e08c6a9..52b3681 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -38,11 +38,10 @@ xournalpp.enable = true; alacritty.enable = true; # TODO: Nextcloud client - plasma.enable = true; - plasma.mobile = true; }; services = { gdm.enable = true; + gnome.enable = true; }; system = { i18n.enable = true;