Update a bunch of things to fix the flake lock update, conduwuit is broken rn

This commit is contained in:
Lillian Violet 2024-05-25 16:30:53 +02:00
parent 77b2b41c3a
commit b0af058fca
16 changed files with 438 additions and 107 deletions

View file

@ -23,7 +23,7 @@
catppuccin.url = "github:catppuccin/nix";
# Conduit fork without all the fuss and drama
conduit = {
conduwuit = {
url = "github:girlbossceo/conduwuit";
inputs.nixpkgs.follows = "nixpkgs";
};