modularized user apps + corrected networking option that was specific to puter
This commit is contained in:
16
modules/userapps/media.nix
Normal file
16
modules/userapps/media.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {defaultEditor = true;};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# multimedia
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
freetube
|
||||
jellyfin-media-player
|
||||
feishin
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user