refactor(flake): wrap xonsh as a package

This commit is contained in:
Artur Manuel 2025-01-18 12:34:41 +00:00
commit d84ed13e0f
11 changed files with 287 additions and 135 deletions

View file

@ -18,7 +18,10 @@
};
alqueva = {
xonsh.enable = true;
xonsh = {
enable = true;
package = pkgs.amadaluzian-xonsh;
};
libvirt.enable = true;
direnv.enable = true;
git.enable = true;