diff --git a/flake.lock b/flake.lock index d66b502..ef58494 100644 --- a/flake.lock +++ b/flake.lock @@ -50,6 +50,22 @@ "type": "github" } }, + "catppuccin-userstyles": { + "flake": false, + "locked": { + "lastModified": 1768598910, + "narHash": "sha256-GlhBDOcaNADurl6NrmNGFk4MTf5wpoilzj74JCb04rA=", + "owner": "catppuccin", + "repo": "userstyles", + "rev": "a705c3166765be722f0d33d34a411b4aa2663169", + "type": "github" + }, + "original": { + "owner": "catppuccin", + "repo": "userstyles", + "type": "github" + } + }, "cosmic-manager": { "inputs": { "flake-parts": "flake-parts", @@ -410,6 +426,22 @@ "type": "github" } }, + "mkdocs-catppuccin": { + "flake": false, + "locked": { + "lastModified": 1767028711, + "narHash": "sha256-YVIZAtQT2B4Xs2sBaszvyyukm+1klCJdRpsc/BYV1gw=", + "owner": "ruslanlap", + "repo": "mkdocs-catppuccin", + "rev": "fd8ac6106b5b6d32922cd80cbc3d221622a17408", + "type": "github" + }, + "original": { + "owner": "ruslanlap", + "repo": "mkdocs-catppuccin", + "type": "github" + } + }, "niri": { "inputs": { "nixpkgs": [ @@ -475,6 +507,27 @@ "type": "github" } }, + "nixflix": { + "inputs": { + "mkdocs-catppuccin": "mkdocs-catppuccin", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1768817462, + "narHash": "sha256-F3aGIF05MLaTbzulCxLuhkTPHnia8zYL8GOPrAy5SY4=", + "owner": "kiriwalawren", + "repo": "nixflix", + "rev": "174a08001731d38cad88aa4b690ed047090ebfff", + "type": "github" + }, + "original": { + "owner": "kiriwalawren", + "repo": "nixflix", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1768305791, @@ -713,6 +766,7 @@ "root": { "inputs": { "catppuccin": "catppuccin", + "catppuccin-userstyles": "catppuccin-userstyles", "cosmic-manager": "cosmic-manager", "home-manager": "home-manager", "impermanence": "impermanence", @@ -721,6 +775,7 @@ "niri": "niri", "nix-bwrapper": "nix-bwrapper", "nix-cachyos-kernel": "nix-cachyos-kernel", + "nixflix": "nixflix", "nixpkgs": "nixpkgs_5", "nixvim": "nixvim", "noctalia": "noctalia", diff --git a/flake.nix b/flake.nix index cb3c0be..cfbd012 100644 --- a/flake.nix +++ b/flake.nix @@ -63,8 +63,18 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nixflix = { + url = "github:kiriwalawren/nixflix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + catppuccin.url = "github:catppuccin/nix"; + catppuccin-userstyles = { + url = "github:catppuccin/userstyles"; + flake = false; + }; + nixvim = { url = "github:nix-community/nixvim?shallow=1"; inputs.nixpkgs.follows = "nixpkgs"; @@ -86,6 +96,7 @@ lanzaboote, niri, cosmic-manager, + nixflix, ... }@inputs: { @@ -119,6 +130,7 @@ ./configuration.nix ./modules # Import all system modules inputs.sops-nix.nixosModules.sops + inputs.nixflix.nixosModules.default home-manager.nixosModules.home-manager inputs.catppuccin.nixosModules.catppuccin inputs.nixvim.nixosModules.nixvim diff --git a/modules/system/searxng.nix b/modules/system/searxng.nix index 456ce7e..63985e1 100644 --- a/modules/system/searxng.nix +++ b/modules/system/searxng.nix @@ -300,4 +300,4 @@ in # Placeholder secret definition (User must add this to secrets.yaml!) sops.secrets.searxng_secret_key = { }; }; -} +} \ No newline at end of file