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