add python3 and vlc, switch heroic to lutris

This commit is contained in:
2024-11-06 12:45:48 +01:00
parent 81a54d4b05
commit 9c4ffce6c1
6 changed files with 21 additions and 18 deletions

View File

@ -2,5 +2,5 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs;[ heroic mangohud];
home.packages = with pkgs;[lutris mangohud];
}