From 2191d23923d30a0e404f0711d509a2cc5ac72888 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:45:39 +0400 Subject: [PATCH] hosts/sakopc: enable nixd --- hosts/sakopc/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 69a9c2dc..aa195282 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -75,6 +75,7 @@ python.enable = true; rust.enable = true; nil.enable = true; + nixd.enable = true; }; hardware = { bluetooth.enable = false;