diff options
| -rw-r--r-- | flake.lock | 57 | ||||
| -rw-r--r-- | flake.nix | 9 | ||||
| -rw-r--r-- | users/seth/programs/firefox/default.nix | 3 |
3 files changed, 2 insertions, 67 deletions
@@ -23,29 +23,6 @@ "type": "github" } }, - "arkenfox": { - "inputs": { - "flake-compat": [], - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ], - "pre-commit": [] - }, - "locked": { - "lastModified": 1725263787, - "narHash": "sha256-OSNjus8VSkLCSikN6Qeq+II1bwqTRJEwl6NJvFoQHoE=", - "owner": "dwarfmaster", - "repo": "arkenfox-nixos", - "rev": "72addd96455cce49c0c8524c53aecd02cf20adec", - "type": "github" - }, - "original": { - "owner": "dwarfmaster", - "repo": "arkenfox-nixos", - "type": "github" - } - }, "catppuccin": { "inputs": { "nixpkgs": [ @@ -164,24 +141,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "getchpkgs": { "inputs": { "nixpkgs": [ @@ -453,7 +412,6 @@ "root": { "inputs": { "agenix": "agenix", - "arkenfox": "arkenfox", "catppuccin": "catppuccin", "determinate": "determinate", "flake-parts": "flake-parts", @@ -509,21 +467,6 @@ "type": "github" } }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "teawiebot": { "inputs": { "nixpkgs": [ @@ -61,15 +61,6 @@ }; }; - arkenfox = { - url = "github:dwarfmaster/arkenfox-nixos"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-compat.follows = ""; - pre-commit.follows = ""; - }; - }; - catppuccin = { url = "github:catppuccin/nix"; inputs = { diff --git a/users/seth/programs/firefox/default.nix b/users/seth/programs/firefox/default.nix index cd1d5a5..3eff2f3 100644 --- a/users/seth/programs/firefox/default.nix +++ b/users/seth/programs/firefox/default.nix @@ -14,7 +14,8 @@ in imports = [ inputs.getchpkgs.nixosModules.firefox-addons - ./arkenfox.nix + # Requires `github:dwarfmaster/arkenfox-nixos` + # ./arkenfox.nix ]; config = lib.mkIf cfg.enable { |
