cleanup
This commit is contained in:
parent
90d8370b82
commit
d9746c34ae
2 changed files with 35 additions and 37 deletions
|
|
@ -8,16 +8,10 @@ in {
|
|||
imports = [
|
||||
../modules/python.nix
|
||||
];
|
||||
|
||||
python.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(python311.withPackages (pyPkgs:
|
||||
with pyPkgs; [
|
||||
requests
|
||||
pip
|
||||
virtualenv
|
||||
ipython
|
||||
]))
|
||||
python3Packages.pip
|
||||
black
|
||||
brave # TODO: make a module to save browser stuff
|
||||
vesktop
|
||||
|
|
@ -103,7 +97,4 @@ in {
|
|||
nodePackages.pnpm
|
||||
zlib.dev
|
||||
];
|
||||
environment.shellAliases = {
|
||||
python = "python3.11";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue