From fdc301a09a673cfe4c639d3f1e7b80c7616dd7f0 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 7 Dec 2024 12:17:52 -0600 Subject: [PATCH] Fix for chaotic --- profiles/work/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/work/home.nix b/profiles/work/home.nix index cad4b4b..737eff5 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -24,7 +24,9 @@ ../../user/lang/cc/cc.nix # C and C++ tools ../../user/lang/godot/godot.nix # Game development ../../user/hardware/bluetooth.nix # Bluetooth - ]; + ]; + + nix.package = pkgs.nix; home.stateVersion = "22.11"; # Please read the comment before changing.