let's get exo working
This commit is contained in:
@@ -76,5 +76,6 @@
|
|||||||
inputs.lector.packages.${system}.default # gui & tui
|
inputs.lector.packages.${system}.default # gui & tui
|
||||||
inputs.sgard.packages.${system}.default
|
inputs.sgard.packages.${system}.default
|
||||||
inputs.arca.packages.${system}.default
|
inputs.arca.packages.${system}.default
|
||||||
|
inputs.exo.packages.x86_64-linux.exo-desktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,9 @@
|
|||||||
arca.url = "git+https://git.wntrmute.dev/kyle/arca";
|
arca.url = "git+https://git.wntrmute.dev/kyle/arca";
|
||||||
arca.inputs.nixpkgs.follows = "nixpkgs";
|
arca.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
exo.url = "git+https://git.wntrmute.dev/kyle/exo";
|
||||||
|
exo.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
|
|||||||
Reference in New Issue
Block a user