From 7853e7426364e671a45bc244fc92d920afbcc2c9 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 6 Mar 2025 16:52:49 +0800 Subject: [PATCH] chore: refactor --- home-manager/sajenim/features/editors/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/editors/default.nix b/home-manager/sajenim/features/editors/default.nix index bc6ba07..e8780af 100644 --- a/home-manager/sajenim/features/editors/default.nix +++ b/home-manager/sajenim/features/editors/default.nix @@ -10,8 +10,9 @@ in { ]; }; - # List of packages to be installed as part of the home configuration + # List of packages to be installed home.packages = [ + # Toolchain pkgs.gcc # GCC compiler pkgs.python39 # Python 3.9 interpreter