add mpv
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
./niri.nix
|
./niri.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./video.nix
|
||||||
|
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
|||||||
4
hosts/haze/video.nix
Normal file
4
hosts/haze/video.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ mpv ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user