Separated langs and game apps into other files
This commit is contained in:
10
user/lang/python/python.nix
Normal file
10
user/lang/python/python.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Python setup
|
||||
python310Full
|
||||
imath
|
||||
pystring
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user