l: add xonsh.nix

This commit is contained in:
lassulus 2021-06-05 14:01:47 +02:00
parent d300717052
commit b08f200277

7
lass/2configs/xonsh.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = [
pkgs.xonsh
pkgs.xonsh2
];
}