cleanup packages, add keyring (missing in 1d5b8c4)

This commit is contained in:
willemml 2023-03-15 15:12:28 -07:00
parent c0dacb0a33
commit 1f222efc4a
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 13 additions and 4 deletions

View file

@ -30,8 +30,6 @@ rec {
};
language = {
base = "en_CA.UTF-8";
messages = "en_US.UTF-8";
ctype = "en_US.UTF-8";
};
sessionVariables = rec {
DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix";

View file

@ -8,8 +8,18 @@ let
spoof-mac
];
linux = with pkgs; [ ];
python-wp = pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]);
node-packages = with pkgs.nodePackages; [ bash-language-server prettier ];
python-wp = pkgs.python310.withPackages (p: with p; [
keyring
latexify-py
pyaml
requests
setuptools
]);
node-packages = with pkgs.nodePackages; [
bash-language-server
prettier
yarn
];
octave-wp = pkgs.octave.withPackages (p: with p; [ symbolic ]);
texliveset = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic
@ -83,6 +93,7 @@ in
nixfmt
nixpkgs-fmt
nmap
nodejs
octave-wp
openssh
plantuml