mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
clankers need python
This commit is contained in:
parent
d246da2f79
commit
d830fd287c
2 changed files with 2 additions and 0 deletions
|
|
@ -35,5 +35,6 @@ in
|
||||||
inputs.disc-scrape.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.disc-scrape.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
pkgs.zellij-one
|
pkgs.zellij-one
|
||||||
pkgs.twitter-convert
|
pkgs.twitter-convert
|
||||||
|
pkgs.python3
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
btop
|
btop
|
||||||
|
python3
|
||||||
flake.inputs.zmx.packages.${pkgs.stdenv.hostPlatform.system}.default
|
flake.inputs.zmx.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue