diff --git a/flake.lock b/flake.lock index c430f78..fd7d351 100644 --- a/flake.lock +++ b/flake.lock @@ -21,6 +21,21 @@ "type": "github" } }, + "catppuccin": { + "locked": { + "lastModified": 1726952185, + "narHash": "sha256-l/HbsQjJMT6tlf8KCooFYi3J6wjIips3n6/aWAoLY4g=", + "owner": "catppuccin", + "repo": "nix", + "rev": "630b559cc1cb4c0bdd525af506935323e4ccd5d1", + "type": "github" + }, + "original": { + "owner": "catppuccin", + "repo": "nix", + "type": "github" + } + }, "crane": { "inputs": { "nixpkgs": [ @@ -433,11 +448,11 @@ ] }, "locked": { - "lastModified": 1725863684, - "narHash": "sha256-HmdTBpuCsw35Ii35JUKO6AE6nae+kJliQb0XGd4hoLE=", + "lastModified": 1726985855, + "narHash": "sha256-NJPGK030Y3qETpWBhj9oobDQRbXdXOPxtu+YgGvZ84o=", "owner": "nix-community", "repo": "home-manager", - "rev": "be47a2bdf278c57c2d05e747a13ed31cef54a037", + "rev": "04213d1ce4221f5d9b40bcee30706ce9a91d148d", "type": "github" }, "original": { @@ -1089,6 +1104,7 @@ "root": { "inputs": { "agenix": "agenix", + "catppuccin": "catppuccin", "disko": "disko", "dream2nix": "dream2nix", "flakeParts": "flakeParts", diff --git a/flake.nix b/flake.nix index 65cf299..79dd5bc 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,7 @@ url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; }; + catppuccin.url = "github:catppuccin/nix"; }; outputs =