mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
cleanup packages, add keyring (missing in 1d5b8c4
)
This commit is contained in:
parent
c0dacb0a33
commit
1f222efc4a
2 changed files with 13 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue