change python config
This commit is contained in:
parent
68de3d6549
commit
88d9249dfb
|
@ -18,7 +18,6 @@ in
|
||||||
++ [ (import ./network.nix) ]
|
++ [ (import ./network.nix) ]
|
||||||
++ [ (import ./pipewire.nix) ]
|
++ [ (import ./pipewire.nix) ]
|
||||||
++ [ (import ./program.nix) ]
|
++ [ (import ./program.nix) ]
|
||||||
++ [ (import ./../home/package/python.nix) ]
|
|
||||||
++ [ (import ./security.nix) ]
|
++ [ (import ./security.nix) ]
|
||||||
++ [ (import ./services.nix) ]
|
++ [ (import ./services.nix) ]
|
||||||
++ [ (import ./system.nix) ]
|
++ [ (import ./system.nix) ]
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
pipx # Install Python applications in isolated environments
|
pipx # Install Python applications in isolated environments
|
||||||
prismlauncher # minecraft launcher
|
prismlauncher # minecraft launcher
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
rnix-lsp
|
|
||||||
soundwireserver # pass audio to android phone
|
soundwireserver # pass audio to android phone
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
toipe # typing test in the terminal
|
toipe # typing test in the terminal
|
||||||
|
@ -27,6 +26,9 @@
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
|
# Python
|
||||||
|
python3
|
||||||
|
|
||||||
bleachbit # cache cleaner
|
bleachbit # cache cleaner
|
||||||
cmatrix
|
cmatrix
|
||||||
gparted # partition manager
|
gparted # partition manager
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{pkgs, ...}:
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
(python311Full.withPackages(ps: with ps; [
|
|
||||||
requests
|
|
||||||
pygame
|
|
||||||
]))
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue