Add python3
This commit is contained in:
+5
-1
@@ -1,4 +1,4 @@
|
||||
_: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
@@ -6,5 +6,9 @@ _: {
|
||||
services.vscode-server.installPath = [
|
||||
"$HOME/.vscode-server"
|
||||
"$HOME/.antigravity-server"
|
||||
|
||||
];
|
||||
home.packages = [
|
||||
pkgs.python3
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user