worf: add misc. packages
This commit is contained in:
parent
dfb63c3017
commit
fc52b62427
|
@ -17,6 +17,7 @@
|
||||||
allow-dirty = true;
|
allow-dirty = true;
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
|
extra-platforms = [ "x86_64-darwin" "aarch64-darwin" ];
|
||||||
log-lines = 50;
|
log-lines = 50;
|
||||||
|
|
||||||
# https://github.com/NixOS/nix/issues/7273
|
# https://github.com/NixOS/nix/issues/7273
|
||||||
|
@ -48,11 +49,11 @@
|
||||||
findutils
|
findutils
|
||||||
gnugrep
|
gnugrep
|
||||||
jq
|
jq
|
||||||
|
nix-output-monitor
|
||||||
ripgrep
|
ripgrep
|
||||||
|
skhd
|
||||||
sshfs
|
sshfs
|
||||||
wget
|
wget
|
||||||
|
|
||||||
nix-output-monitor
|
|
||||||
];
|
];
|
||||||
|
|
||||||
variables = {
|
variables = {
|
||||||
|
|
|
@ -26,10 +26,9 @@
|
||||||
pinentry
|
pinentry
|
||||||
rbw
|
rbw
|
||||||
tldr
|
tldr
|
||||||
|
unstable.snicat
|
||||||
zellij
|
zellij
|
||||||
|
|
||||||
pandoc
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
|
|
||||||
(python311.withPackages (ps: with ps; [
|
(python311.withPackages (ps: with ps; [
|
||||||
pygments
|
pygments
|
||||||
|
|
Loading…
Reference in New Issue