Kde/konsole: replace fetchFromGitHub with flake input

This commit is contained in:
Toast 2024-12-15 03:07:23 +01:00
parent 3eaabeacd9
commit a2eacddd44
3 changed files with 24 additions and 10 deletions

View file

@ -1,13 +1,5 @@
{pkgs, ...}: let
catppuccinKonsole =
pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "konsole";
# Latest commit is 7d86b8a1e56e58f6b5649cdaac543a573ac194ca
rev = "main";
hash = "sha256-EwSJMTxnaj2UlNJm1t6znnatfzgm1awIQQUF3VPfCTM=";
}
+ /Catppuccin-Mocha.colorscheme;
{flakeSelf, ...}: let
catppuccinKonsole = "${flakeSelf.inputs.catppuccin-konsole}/themes/catppuccin-mocha.colorscheme";
in {
home-manager.users.toast = {
xdg.dataFile = {