l: add xonsh.nix
This commit is contained in:
parent
d300717052
commit
b08f200277
7
lass/2configs/xonsh.nix
Normal file
7
lass/2configs/xonsh.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.xonsh
|
||||
pkgs.xonsh2
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user