From c8852fb8640f43b6096ef05f3706e930bd7b2b3d Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 23 Feb 2025 15:42:57 +0100 Subject: [PATCH] remove tela --- flake.lock | 17 ----------------- flake.nix | 5 ----- nixos-modules/nix/default.nix | 3 --- 3 files changed, 25 deletions(-) diff --git a/flake.lock b/flake.lock index 22c13be..3384a6c 100644 --- a/flake.lock +++ b/flake.lock @@ -778,7 +778,6 @@ "snm": "snm", "sops-nix": "sops-nix_2", "srvos": "srvos", - "tela": "tela", "treefmt-nix": "treefmt-nix_5" } }, @@ -916,22 +915,6 @@ "type": "github" } }, - "tela": { - "flake": false, - "locked": { - "lastModified": 1739165606, - "narHash": "sha256-ufjKFlKJnmNwD2m1w+7JSBQij6ltxXWCpUEvVxECS98=", - "owner": "vinceliuice", - "repo": "Tela-icon-theme", - "rev": "fea810d948a663f336060b97db556274af3fc7c7", - "type": "github" - }, - "original": { - "owner": "vinceliuice", - "repo": "Tela-icon-theme", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index e9dea04..6fed9f5 100644 --- a/flake.nix +++ b/flake.nix @@ -54,11 +54,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - tela = { - url = "github:vinceliuice/Tela-icon-theme"; - flake = false; - }; - # Utility nixos-anywhere = { url = "github:nix-community/nixos-anywhere"; diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index aa8fe5b..9359bae 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -127,9 +127,6 @@ in (_self: super: rec { firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system}; localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system}; - tela-icon-theme = super.tela-icon-theme.overrideAttrs { - src = self.inputs.tela; - }; }) ]; };