mpv browser

This commit is contained in:
soraefir
2026-06-18 20:37:27 +02:00
parent 0611ab0077
commit 21c39abe32
2 changed files with 91 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }: {
imports = [ ./debug ./develop ./telegraf ];
environment.systemPackages = with pkgs; [ pkgs.engrampa ];
}