diff --git a/configs/desktop-packages-light.nix b/configs/desktop-packages-light.nix index 2c91127..12413fe 100644 --- a/configs/desktop-packages-light.nix +++ b/configs/desktop-packages-light.nix @@ -76,6 +76,6 @@ inputs.lector.packages.${system}.default # gui & tui inputs.sgard.packages.${system}.default inputs.arca.packages.${system}.default - inputs.exo.packages.x86_64-linux.exo-desktop + # inputs.exo.packages.x86_64-linux.exo-desktop ]; } diff --git a/flake.nix b/flake.nix index fcb7a1d..1a979e0 100644 --- a/flake.nix +++ b/flake.nix @@ -29,8 +29,8 @@ arca.url = "git+https://git.wntrmute.dev/kyle/arca"; arca.inputs.nixpkgs.follows = "nixpkgs"; - exo.url = "git+https://git.wntrmute.dev/kyle/exo"; - exo.inputs.nixpkgs.follows = "nixpkgs"; + # exo.url = "git+https://git.wntrmute.dev/kyle/exo"; + # exo.inputs.nixpkgs.follows = "nixpkgs"; };