Kde/konsole: replace fetchFromGitHub with flake input
This commit is contained in:
parent
3eaabeacd9
commit
a2eacddd44
3 changed files with 24 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue