🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
11
shared/desktop/modules/media.nix
Normal file
11
shared/desktop/modules/media.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
stremio
|
||||
gimp
|
||||
vlc
|
||||
vdhcoapp
|
||||
inputs.grayjay.packages.${system}.grayjay
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user