flocon/config/home-manager/programs/games/default.nix

10 lines
165 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.mangohud
pkgs.bolt-launcher
pkgs.ankama-launcher
pkgs.lutris
pkgs.qbittorrent
pkgs.protonplus
];
}