This commit is contained in:
2025-03-12 16:42:39 +01:00
parent 1a2ed203d8
commit a48ffaad07
2 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
./niri.nix
./sway.nix
./syncthing.nix
./video.nix
inputs.home-manager.nixosModules.home-manager
{

4
hosts/haze/video.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ mpv ];
}