switch to xonsh
and add virtual machine configurations
This commit is contained in:
parent
29a30637ca
commit
3c0916835a
10 changed files with 238 additions and 44 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue