Add some extra catppuccin themes to use later
This commit is contained in:
parent
e003f21579
commit
579a468d24
34
flake.lock
34
flake.lock
|
@ -101,6 +101,38 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"catppuccin-prismlauncher": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1682275027,
|
||||||
|
"narHash": "sha256-07QyiXEZDgrj6UlPZe1112DLOhYJ6zQ2ygeowJPj2ac=",
|
||||||
|
"owner": "catppuccin",
|
||||||
|
"repo": "prismlauncher",
|
||||||
|
"rev": "f0a3044558fe22020e0b0ddef0e3b2ef93e4ed89",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "catppuccin",
|
||||||
|
"repo": "prismlauncher",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"catppuccin-qbittorrent": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1674761875,
|
||||||
|
"narHash": "sha256-j9QqhT5oiYZp7CJVZmUvJvwtoKNYAxJKmzLpy8KsCZs=",
|
||||||
|
"owner": "catppuccin",
|
||||||
|
"repo": "qbittorrent",
|
||||||
|
"rev": "c2fa170731a17644a6f93d4d8fc4614426488c62",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "catppuccin",
|
||||||
|
"repo": "qbittorrent",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"catppuccin-starship": {
|
"catppuccin-starship": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -295,6 +327,8 @@
|
||||||
"catppuccin-fish": "catppuccin-fish",
|
"catppuccin-fish": "catppuccin-fish",
|
||||||
"catppuccin-gitui": "catppuccin-gitui",
|
"catppuccin-gitui": "catppuccin-gitui",
|
||||||
"catppuccin-hyprland": "catppuccin-hyprland",
|
"catppuccin-hyprland": "catppuccin-hyprland",
|
||||||
|
"catppuccin-prismlauncher": "catppuccin-prismlauncher",
|
||||||
|
"catppuccin-qbittorrent": "catppuccin-qbittorrent",
|
||||||
"catppuccin-starship": "catppuccin-starship",
|
"catppuccin-starship": "catppuccin-starship",
|
||||||
"catppuccin-zathura": "catppuccin-zathura",
|
"catppuccin-zathura": "catppuccin-zathura",
|
||||||
"catppuccin-zsh": "catppuccin-zsh",
|
"catppuccin-zsh": "catppuccin-zsh",
|
||||||
|
|
11
flake.nix
11
flake.nix
|
@ -45,6 +45,14 @@
|
||||||
url = "github:catppuccin/hyprland";
|
url = "github:catppuccin/hyprland";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
catppuccin-prismlauncher = {
|
||||||
|
url = "github:catppuccin/prismlauncher";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
catppuccin-qbittorrent = {
|
||||||
|
url = "github:catppuccin/qbittorrent";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
catppuccin-starship = {
|
catppuccin-starship = {
|
||||||
url = "github:catppuccin/starship";
|
url = "github:catppuccin/starship";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
@ -69,6 +77,9 @@
|
||||||
fish = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
|
fish = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
|
||||||
gitui = "${catppuccin-gitui}/theme/macchiato.ron";
|
gitui = "${catppuccin-gitui}/theme/macchiato.ron";
|
||||||
hyprland = "${catppuccin-hyprland}/themes/macchiato.conf";
|
hyprland = "${catppuccin-hyprland}/themes/macchiato.conf";
|
||||||
|
prismlauncher =
|
||||||
|
"${catppuccin-prismlauncher}/themes/Macchiato/Catppuccin-Macchiato.zip";
|
||||||
|
qbittorrent = "${catppuccin-qbittorrent}/macchiato.qbtheme";
|
||||||
starship = "${catppuccin-starship}/palettes/macchiato.toml";
|
starship = "${catppuccin-starship}/palettes/macchiato.toml";
|
||||||
zathura = "${catppuccin-zathura}/src/catppuccin-macchiato";
|
zathura = "${catppuccin-zathura}/src/catppuccin-macchiato";
|
||||||
zsh =
|
zsh =
|
||||||
|
|
Loading…
Reference in a new issue