23.05@nox
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
|
||||
users.users.jornane = {
|
||||
isNormalUser = true;
|
||||
uid = 1002;
|
||||
|
||||
@@ -81,12 +81,12 @@
|
||||
#nim
|
||||
#nimble
|
||||
|
||||
poetry
|
||||
(python3.withPackages (python-packages: with python-packages; [
|
||||
matplotlib
|
||||
more-itertools
|
||||
numpy
|
||||
#objexplore # TODO: package this, used in python interactive shell
|
||||
poetry
|
||||
ptpython
|
||||
python-lsp-server
|
||||
pyyaml
|
||||
|
||||
Reference in New Issue
Block a user