formatting
This commit is contained in:
parent
9f406deb53
commit
de213e7737
4 changed files with 84 additions and 50 deletions
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
discover
|
||||
|
@ -51,7 +50,9 @@ with lib;
|
|||
tagutil
|
||||
# python310Packages.mutagen
|
||||
python310Packages.audiotools
|
||||
(mpv.override {scripts = with pkgs.mpvScripts; [ mpris quality-menu sponsorblock ];})
|
||||
(mpv.override {
|
||||
scripts = with pkgs.mpvScripts; [ mpris quality-menu sponsorblock ];
|
||||
})
|
||||
ani-cli
|
||||
# mov-cli
|
||||
nerdfonts
|
||||
|
@ -89,7 +90,7 @@ with lib;
|
|||
phinger-cursors
|
||||
plasma-hud
|
||||
kde-cli-tools
|
||||
gzip
|
||||
gzip
|
||||
qrencode
|
||||
# scribus
|
||||
darktable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue