Files
old-nixos-dotfiles/user/apps/games/mangohud.nix

7 lines
68 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
mangohud
];
}