From 1f222efc4a0f49305aa628717329dc1cd722bf24 Mon Sep 17 00:00:00 2001 From: willemml Date: Wed, 15 Mar 2023 15:12:28 -0700 Subject: [PATCH] cleanup packages, add keyring (missing in 1d5b8c4) --- home/default.nix | 2 -- home/packages.nix | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/home/default.nix b/home/default.nix index 0c4a63e..80464d4 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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"; diff --git a/home/packages.nix b/home/packages.nix index 108037b..e7d29c6 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -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