treewide: apply Nixpkgs update
Fixes: efd80454b4 ("flake: update nixpkgs input")
Co-authored-by: 0xda157 <da157@voidq.com>
This commit is contained in:
parent
06a96146e1
commit
628e990dde
11 changed files with 18 additions and 23 deletions
|
|
@ -2,5 +2,5 @@
|
|||
{
|
||||
name = "Alacritty";
|
||||
homepage = "https://github.com/alacritty/alacritty";
|
||||
maintainers = [ lib.maintainers.awwpotato ];
|
||||
maintainers = [ lib.maintainers.da157 ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
name = "Fnott";
|
||||
homepage = "https://codeberg.org/dnkl/fnott";
|
||||
maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
da157
|
||||
MrSom3body
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
name = "mpv";
|
||||
homepage = "https://mpv.io";
|
||||
maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
da157
|
||||
naho
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
{
|
||||
name = "ncspot";
|
||||
homepage = "https://github.com/hrkfdn/ncspot";
|
||||
maintainers = [ lib.maintainers.awwpotato ];
|
||||
maintainers = [ lib.maintainers.da157 ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
{
|
||||
name = "Waybar";
|
||||
homepage = "https://github.com/alexays/waybar";
|
||||
maintainers = [ lib.maintainers.awwpotato ];
|
||||
maintainers = [ lib.maintainers.da157 ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ mkTarget {
|
|||
in
|
||||
{
|
||||
mgr = rec {
|
||||
# Reusing bat themes, since it's suggested in the stying guide
|
||||
# Reusing bat themes, since it's suggested in the styling guide
|
||||
# https://yazi-rs.github.io/docs/configuration/theme#mgr
|
||||
syntect_theme = colors {
|
||||
template = ../bat/base16-stylix.tmTheme.mustache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue