From 0d8e2a2981244fd5d47e0c3cf00169df36926c43 Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 28 Dec 2024 17:36:49 +0100 Subject: [PATCH] chore: remove catppuccin input --- configs/desktop.nix | 3 --- flake.lock | 16 ---------------- flake.nix | 2 -- 3 files changed, 21 deletions(-) diff --git a/configs/desktop.nix b/configs/desktop.nix index 70ea5dc..e13c883 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -2,13 +2,11 @@ lib, pkgs, config, - catppuccin, lanzaboote, ... }: { imports = [ - catppuccin.nixosModules.catppuccin lanzaboote.nixosModules.lanzaboote ./client.nix @@ -77,7 +75,6 @@ hm = { imports = [ - catppuccin.homeManagerModules.catppuccin ../programs/java.nix ]; diff --git a/flake.lock b/flake.lock index e7d397b..dec19c4 100644 --- a/flake.lock +++ b/flake.lock @@ -70,21 +70,6 @@ "url": "https://git.uku3lig.net/uku/camasca" } }, - "catppuccin": { - "locked": { - "lastModified": 1735028008, - "narHash": "sha256-crbQNRVQgPH0hX5vZk8xL9JStXo74Es7zDBjRcc4i+A=", - "owner": "Stonks3141", - "repo": "ctp-nix", - "rev": "bfd20bcf45f1de0e97b551be51495abf8a727f1a", - "type": "github" - }, - "original": { - "owner": "Stonks3141", - "repo": "ctp-nix", - "type": "github" - } - }, "crane": { "locked": { "lastModified": 1734808813, @@ -297,7 +282,6 @@ "agenix": "agenix", "api-rs": "api-rs", "camasca": "camasca", - "catppuccin": "catppuccin", "crane": "crane", "flake-parts": "flake-parts", "flake-utils": "flake-utils", diff --git a/flake.nix b/flake.nix index 69240f1..082bce7 100644 --- a/flake.nix +++ b/flake.nix @@ -73,8 +73,6 @@ inputs.darwin.follows = ""; }; - catppuccin.url = "github:Stonks3141/ctp-nix"; - crane.url = "github:ipetkov/crane"; flake-parts = {