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
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -38,6 +38,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"catppuccin-konsole": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1720277724,
|
||||
"narHash": "sha256-d5+ygDrNl2qBxZ5Cn4U7d836+ZHz77m6/yxTIANd9BU=",
|
||||
"owner": "catppuccin",
|
||||
"repo": "konsole",
|
||||
"rev": "3b64040e3f4ae5afb2347e7be8a38bc3cd8c73a8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "catppuccin",
|
||||
"repo": "konsole",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"eza-themes": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -542,6 +558,7 @@
|
|||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"catppuccin": "catppuccin",
|
||||
"catppuccin-konsole": "catppuccin-konsole",
|
||||
"eza-themes": "eza-themes",
|
||||
"home-manager": "home-manager_2",
|
||||
"home-manager-unstable": "home-manager-unstable",
|
||||
|
|
|
|||
|
|
@ -88,6 +88,11 @@
|
|||
url = "github:eza-community/eza-themes";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
catppuccin-konsole = {
|
||||
url = "github:catppuccin/konsole";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {...} @ inputs:
|
||||
|
|
|
|||
|
|
@ -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