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 = { language = {
base = "en_CA.UTF-8"; base = "en_CA.UTF-8";
messages = "en_US.UTF-8";
ctype = "en_US.UTF-8";
}; };
sessionVariables = rec { sessionVariables = rec {
DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix"; DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix";

View file

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