switch to xonsh and add virtual machine configurations

This commit is contained in:
cswimr 2024-11-27 11:58:05 -05:00
parent 29a30637ca
commit 3c0916835a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
10 changed files with 238 additions and 44 deletions

View file

@ -45,11 +45,12 @@ let
fontforge
packwiz
xclip
starship
# for scripts
python312
python312Packages.requests
python312Packages.pyperclip
# for xonsh
python311
python311Packages.pip
python311Packages.python-lsp-server
];
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
in {