From 2434f0038fcc34b77602eb4e7be987a7ffda299f Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 19 Oct 2024 11:12:13 -0700 Subject: [PATCH] feat(tests): Catppuccin -> Rose Pine --- .sources/sources.json | 10 +++++----- tests/common.nix | 11 +++++------ tests/home.nix | 5 ++--- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.sources/sources.json b/.sources/sources.json index 89ab954..f8231ef 100644 --- a/.sources/sources.json +++ b/.sources/sources.json @@ -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 -} +} \ No newline at end of file diff --git a/tests/common.nix b/tests/common.nix index 08f10d7..1742456 100644 --- a/tests/common.nix +++ b/tests/common.nix @@ -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"; }; }; }; diff --git a/tests/home.nix b/tests/home.nix index e2b8610..751416e 100644 --- a/tests/home.nix +++ b/tests/home.nix @@ -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;