Wait what was that last commit? Strange, this is the uncommenting of using the main brainch of conduwuit

This commit is contained in:
Lillian Violet 2024-10-19 20:36:26 +02:00
parent 740a5569ed
commit 3cac203b34

View file

@ -34,10 +34,10 @@
catppuccin.url = "github:catppuccin/nix";
# Conduit fork without all the fuss and drama
# conduwuit = {
# url = "github:girlbossceo/conduwuit";
# inputs.nixpkgs.follows = "nixpkgs";
# };
conduwuit = {
url = "github:girlbossceo/conduwuit";
inputs.nixpkgs.follows = "nixpkgs";
};
# Nix index database files
nix-index-database.url = "github:nix-community/nix-index-database";