refactor(flake): wrap xonsh as a package
This commit is contained in:
parent
660c9089d4
commit
d84ed13e0f
11 changed files with 287 additions and 135 deletions
|
@ -18,7 +18,10 @@
|
|||
};
|
||||
|
||||
alqueva = {
|
||||
xonsh.enable = true;
|
||||
xonsh = {
|
||||
enable = true;
|
||||
package = pkgs.amadaluzian-xonsh;
|
||||
};
|
||||
libvirt.enable = true;
|
||||
direnv.enable = true;
|
||||
git.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue