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

9 lines
145 B
Nix

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