alacritty: enable sixel support

This commit is contained in:
Leonardo Eugênio 2022-08-06 20:16:17 -03:00
parent 314c386085
commit bb798fbfdf
2 changed files with 29 additions and 2 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"alacritty-sixel": {
"flake": false,
"locked": {
"lastModified": 1651472856,
"narHash": "sha256-8SQgnB6q7sXeXcIzum/NAUj3mju7IERreXHMvt2cQEc=",
"owner": "microo8",
"repo": "alacritty-sixel",
"rev": "513e6a90c2fd0a019b214dab96c4e211d151a2f9",
"type": "github"
},
"original": {
"owner": "microo8",
"repo": "alacritty-sixel",
"type": "github"
}
},
"dhist": {
"inputs": {
"fenix": "fenix",
@ -140,6 +156,7 @@
},
"root": {
"inputs": {
"alacritty-sixel": "alacritty-sixel",
"dhist": "dhist",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2",