stuff
This commit is contained in:
parent
3f6dafe073
commit
79792e5a76
24 changed files with 143 additions and 101 deletions
6
profiles/desktop/mpv.nix
Normal file
6
profiles/desktop/mpv.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.mympv.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue