From 276793cdcda4180aaf9ed3170be657d96b626a28 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 15 Nov 2021 23:40:52 +0100 Subject: [PATCH] mashu: Enable Plasma --- hosts/mashu.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index 8bea813..c2b205c 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -26,10 +26,12 @@ gnome-terminal.enable = true; firefox.enable = true; xournalpp.enable = true; + alacritty.enable = true; + plasma.enable = true; # TODO: Nextcloud client }; services = { - gnome.enable = true; + #gnome.enable = true; }; system = { i18n.enable = true;