header order changed, multimedia
This commit is contained in:
20
modules/apps/multimedia.nix
Normal file
20
modules/apps/multimedia.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
options.my.apps.multimedia.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.apps.multimedia.enable {
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
# cozy # audiobooks player
|
||||
# gnome-podcasts # podcast player
|
||||
# hakuneko # manga & comic GUI downloader
|
||||
celluloid # video player
|
||||
curtail # image compressor
|
||||
easyeffects # equalizer
|
||||
handbrake # video converter, may be unnecessary
|
||||
identity # compare images or videos
|
||||
mousai # poor man shazam
|
||||
shortwave # listen to world radio
|
||||
tagger # tag music files
|
||||
]);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user