diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-24T22·41-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-24T23·56+0000 |
commit | 9e557842651f137c0e2c2bfe9fc41d768a492331 (patch) | |
tree | 232691f2594d9ffe7a232e3ba341cfa778340865 /users/wpcarro | |
parent | 20bd01db88638bcffc03f6540617d2a7166dbafb (diff) |
feat(wpcarro/marcus): Require python3 r/3379
I use `python3` REPL as a calculator most often. Side note: I don't have a clear model of which binaries belong in NixOS configurations and which belong in my Emacs configuration. Here's a sketch of what I'm thinking: - shared (wpcarro's coreutils for fzf, ripgrep, git, etc) - marcus - diogenes - wpcarros-emacs (see footnote) Footnote: It might be redundant to install wpcarro's coreutils in Emacs on NixOS environments, but I install wpcarros-emacs in non-NixOS environments, so I depend on them there. Change-Id: Ib2b87c8e4e04d167ccbf837e0f85606cbf272828 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4591 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro')
-rw-r--r-- | users/wpcarro/nixos/marcus/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index 0b7c03d7655c..c2162637f833 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -126,6 +126,7 @@ in { fzf git pavucontrol + python3 quasselClient ripgrep tdesktop |