fix(searxng): resolve duplicate attribute error and track catppuccin-userstyles
This commit is contained in:
parent
6ada19e490
commit
759163965a
3 changed files with 68 additions and 1 deletions
55
flake.lock
generated
55
flake.lock
generated
|
|
@ -50,6 +50,22 @@
|
||||||
"type": "github"
|
"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": {
|
"cosmic-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
|
|
@ -410,6 +426,22 @@
|
||||||
"type": "github"
|
"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": {
|
"niri": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
@ -475,6 +507,27 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768305791,
|
"lastModified": 1768305791,
|
||||||
|
|
@ -713,6 +766,7 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
|
"catppuccin-userstyles": "catppuccin-userstyles",
|
||||||
"cosmic-manager": "cosmic-manager",
|
"cosmic-manager": "cosmic-manager",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"impermanence": "impermanence",
|
"impermanence": "impermanence",
|
||||||
|
|
@ -721,6 +775,7 @@
|
||||||
"niri": "niri",
|
"niri": "niri",
|
||||||
"nix-bwrapper": "nix-bwrapper",
|
"nix-bwrapper": "nix-bwrapper",
|
||||||
"nix-cachyos-kernel": "nix-cachyos-kernel",
|
"nix-cachyos-kernel": "nix-cachyos-kernel",
|
||||||
|
"nixflix": "nixflix",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
"noctalia": "noctalia",
|
"noctalia": "noctalia",
|
||||||
|
|
|
||||||
12
flake.nix
12
flake.nix
|
|
@ -63,8 +63,18 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixflix = {
|
||||||
|
url = "github:kiriwalawren/nixflix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
|
catppuccin-userstyles = {
|
||||||
|
url = "github:catppuccin/userstyles";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
url = "github:nix-community/nixvim?shallow=1";
|
url = "github:nix-community/nixvim?shallow=1";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -86,6 +96,7 @@
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
niri,
|
niri,
|
||||||
cosmic-manager,
|
cosmic-manager,
|
||||||
|
nixflix,
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
{
|
{
|
||||||
|
|
@ -119,6 +130,7 @@
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./modules # Import all system modules
|
./modules # Import all system modules
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
inputs.nixflix.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
inputs.nixvim.nixosModules.nixvim
|
inputs.nixvim.nixosModules.nixvim
|
||||||
|
|
|
||||||
|
|
@ -300,4 +300,4 @@ in
|
||||||
# Placeholder secret definition (User must add this to secrets.yaml!)
|
# Placeholder secret definition (User must add this to secrets.yaml!)
|
||||||
sops.secrets.searxng_secret_key = { };
|
sops.secrets.searxng_secret_key = { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue