Add media utils

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-28 11:12:58 +01:00
parent 0db83a3517
commit 9ea7ca67d0
2 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ in
imports = [ imports = [
./file-system.nix ./file-system.nix
./media.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View File

@@ -0,0 +1,16 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
kdePackages.okular
vlc
totem
w3m
epr
];
environment.variables = {
};
}