nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5dce93b3ac50f0025d635786769455eec991e147
parent ad410541a3dd8770bae3879e5d8d8be714f8cccd
Author: Toni Brown <tb148@proton.me>
Date:   Sat, 23 Aug 2025 12:40:06 +0800

Make catppuccin follow my nixpkgs

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -7,6 +7,7 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; catppuccin.url = "github:catppuccin/nix"; + catppuccin.inputs.nixpkgs.follows = "nixpkgs"; midnight.url = "github:refact0r/midnight-discord"; midnight.flake = false; };