diff --git a/flake.lock b/flake.lock index 58a7db5..fae9c27 100644 --- a/flake.lock +++ b/flake.lock @@ -61,11 +61,11 @@ "fromYaml": "fromYaml" }, "locked": { - "lastModified": 1708890466, - "narHash": "sha256-LlrC09LoPi8OPYOGPXegD72v+//VapgAqhbOFS3i8sc=", + "lastModified": 1731966541, + "narHash": "sha256-AhX8QQBQLRqEWHftFibTmvlmh157134vzBYXW0LOBKo=", "owner": "SenchoPens", "repo": "base16.nix", - "rev": "665b3c6748534eb766c777298721cece9453fdae", + "rev": "d8e769add6333892b44afc107f193074a5072717", "type": "github" }, "original": { @@ -378,11 +378,11 @@ "fromYaml": { "flake": false, "locked": { - "lastModified": 1689549921, - "narHash": "sha256-iX0pk/uB019TdBGlaJEWvBCfydT6sRq+eDcGPifVsCM=", + "lastModified": 1731966426, + "narHash": "sha256-lq95WydhbUTWig/JpqiB7oViTcHFP8Lv41IGtayokA8=", "owner": "SenchoPens", "repo": "fromYaml", - "rev": "11fbbbfb32e3289d3c631e0134a23854e7865c84", + "rev": "106af9e2f715e2d828df706c386a685698f3223b", "type": "github" }, "original": { @@ -1075,6 +1075,7 @@ "root": { "inputs": { "agenix": "agenix", + "base16": "base16", "home-manager": "home-manager_2", "home-manager-unstable": "home-manager-unstable", "hypridle": "hypridle", @@ -1142,7 +1143,9 @@ }, "stylix": { "inputs": { - "base16": "base16", + "base16": [ + "base16" + ], "base16-fish": "base16-fish", "base16-helix": "base16-helix", "base16-vim": "base16-vim", diff --git a/flake.nix b/flake.nix index 49285cd..29b35f6 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,11 @@ url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; + inputs.base16.follows = "base16"; + }; + + base16 = { + url = "github:SenchoPens/base16.nix"; }; nixfiles-assets = {