This commit is contained in:
2024-06-22 15:32:03 +08:00
parent 64a2492ddb
commit 91cb8926a3
3 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
programs.home-manager.enable = true;
home.packages = with pkgs;[];
home.packages = with pkgs;[ ];
programs.vscode = {
enable = true;
};