From ccbca3a6c93ccff5d22fc54ba4d271658314941a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 3 Dec 2024 14:41:38 -0500 Subject: [PATCH] Infini-STICK: normalize specialisation name --- hosts/Infini-STICK/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index 64e611a..c305b6a 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -16,7 +16,7 @@ }; }; - specialisation."Graphical".configuration = { + specialisation.graphical.configuration = { modules.desktop.wm.enable = true; }; }