add mangohud to system packages and update

This commit is contained in:
2024-10-22 00:40:45 +02:00
parent 86b1ddf7ec
commit b71df9a307
2 changed files with 10 additions and 10 deletions

View File

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