Add Sweet Ambar Theme
This commit is contained in:
parent
6e0d3eb6a0
commit
12ce7dd148
3 changed files with 161 additions and 6 deletions
18
flake.nix
18
flake.nix
|
|
@ -4,6 +4,22 @@
|
|||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
candy-icons = {
|
||||
flake = false;
|
||||
url = "git+https://github.com/EliverLara/candy-icons";
|
||||
};
|
||||
sweet-ambar-blue = {
|
||||
flake = false;
|
||||
url = "git+https://github.com/EliverLara/Sweet?ref=Ambar-Blue";
|
||||
};
|
||||
sweet-ambar-blue-dark = {
|
||||
flake = false;
|
||||
url = "git+https://github.com/EliverLara/Sweet?ref=Ambar-Blue-Dark";
|
||||
};
|
||||
sweet-folders = {
|
||||
flake = false;
|
||||
url = "git+https://github.com/EliverLara/Sweet-folders";
|
||||
};
|
||||
wallpaper-engine-plasma5-plugin = {
|
||||
flake = false;
|
||||
url = "git+https://github.com/catsout/wallpaper-engine-kde-plugin?submodules=1";
|
||||
|
|
@ -18,7 +34,7 @@
|
|||
};
|
||||
yorha-sound-theme = {
|
||||
flake = false;
|
||||
url = "git+https://forgejo.invariantspace.com/macronova/yorha-sound-theme.git";
|
||||
url = "git+https://forgejo.invariantspace.com/macronova/yorha-sound-theme";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue