mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Separated langs and game apps into other files
This commit is contained in:
parent
0acd3eccb6
commit
7cd647c449
8 changed files with 157 additions and 144 deletions
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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue