feat(tests): Catppuccin -> Rose Pine
This commit is contained in:
parent
326ef12cfe
commit
2434f0038f
3 changed files with 12 additions and 14 deletions
|
@ -316,13 +316,13 @@
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "GitHub",
|
"type": "GitHub",
|
||||||
"owner": "catppuccin",
|
"owner": "rose-pine",
|
||||||
"repo": "palette"
|
"repo": "palette"
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"revision": "cf765d2269d8a4391355b7f6a6dffe580c69e1c2",
|
"revision": "d5bbdaaed9b5ad575bce5d924a5a5032f16d8450",
|
||||||
"url": "https://github.com/catppuccin/palette/archive/cf765d2269d8a4391355b7f6a6dffe580c69e1c2.tar.gz",
|
"url": "https://github.com/rose-pine/palette/archive/d5bbdaaed9b5ad575bce5d924a5a5032f16d8450.tar.gz",
|
||||||
"hash": "1i3swy8qlqqfkjh2c3rb6qb2cdggvcgcakwn1z6wk9yjbvh6vsrp"
|
"hash": "12zqwps9l7r1dil7in6x0gv6i4cp10915ydy5ydalwrryywp84z3"
|
||||||
},
|
},
|
||||||
"polybar": {
|
"polybar": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
@ -494,4 +494,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
}
|
}
|
|
@ -1,15 +1,14 @@
|
||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
{
|
rose-pine = {
|
||||||
catppuccin = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
sources = {
|
sources = {
|
||||||
# this is used to ensure that we are able to apply
|
# this is used to ensure that we are able to apply
|
||||||
# source overrides without breaking the other sources
|
# source overrides without breaking the other sources
|
||||||
palette = pkgs.fetchFromGitHub {
|
palette = pkgs.fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "rose-pine";
|
||||||
repo = "palette";
|
repo = "palette";
|
||||||
rev = "16726028c518b0b94841de57cf51f14c095d43d8"; # refs/tags/1.1.1~1
|
rev = "d5bbdaaed9b5ad575bce5d924a5a5032f16d8450"; # refs/tags/4.0.1
|
||||||
hash = "sha256-qZjMlZFTzJotOYjURRQMsiOdR2XGGba8XzXwx4+v9tk=";
|
hash = "12zqwps9l7r1dil7in6x0gv6i4cp10915ydy5ydalwrryywp84z3";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib, ... }:
|
{lib, ...}: {
|
||||||
{
|
|
||||||
imports = [
|
imports = [
|
||||||
../modules/home-manager
|
../modules/home-manager
|
||||||
./common.nix
|
./common.nix
|
||||||
|
@ -36,7 +35,7 @@
|
||||||
gitui.enable = true;
|
gitui.enable = true;
|
||||||
# this is enabled by default already, but still
|
# this is enabled by default already, but still
|
||||||
# listing explicitly so we know it's tested
|
# listing explicitly so we know it's tested
|
||||||
glamour.catppuccin.enable = true;
|
glamour.rose-pine.enable = true;
|
||||||
helix.enable = true;
|
helix.enable = true;
|
||||||
hyprlock.enable = true;
|
hyprlock.enable = true;
|
||||||
imv.enable = true;
|
imv.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue