mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +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 = {
|
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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue