Files
2025-07-25 10:24:08 +02:00

8 lines
87 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
spotify
ffmpeg
];
}