cleanup
This commit is contained in:
parent
e854d2515d
commit
90d8370b82
34 changed files with 39 additions and 131 deletions
|
|
@ -1,21 +1,24 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
customPkgs = import ../pkgs { inherit pkgs lib; };
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
customPkgs = import ../pkgs {inherit pkgs lib;};
|
||||
in {
|
||||
imports = [
|
||||
../modules/python.nix
|
||||
];
|
||||
python.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
(python311.withPackages (pyPkgs: with pyPkgs; [
|
||||
requests
|
||||
pip
|
||||
virtualenv
|
||||
ipython
|
||||
]))
|
||||
(python311.withPackages (pyPkgs:
|
||||
with pyPkgs; [
|
||||
requests
|
||||
pip
|
||||
virtualenv
|
||||
ipython
|
||||
]))
|
||||
python3Packages.pip
|
||||
black
|
||||
ruff
|
||||
brave # TODO: make a module to save browser stuff
|
||||
vesktop
|
||||
git
|
||||
|
|
@ -43,6 +46,7 @@ in {
|
|||
gawk
|
||||
obs-studio
|
||||
lazygit
|
||||
lazydocker
|
||||
jdk17
|
||||
bun
|
||||
maven
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue