From 4badba5180f9863c20d0fd6b19f0f48408dcd8ea Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 18 Jul 2024 17:06:03 +0800 Subject: [PATCH] spec(shinkirou): specialise plasma --- spec/shinkirou/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shinkirou/default.nix b/spec/shinkirou/default.nix index a0464ab6..d2594a80 100644 --- a/spec/shinkirou/default.nix +++ b/spec/shinkirou/default.nix @@ -14,7 +14,7 @@ }; home = { - plasma.enable = true; + plasma.specialise = true; gyroflow.enable = true; vscode.enable = true; libreoffice.enable = true;