2024-12-30 20:51:59 +00:00
|
|
|
{pkgs, ...}: {
|
2024-11-03 20:38:42 +00:00
|
|
|
home.packages = [
|
|
|
|
pkgs.mangohud
|
2024-12-30 20:51:59 +00:00
|
|
|
pkgs.bolt-launcher
|
2024-12-09 19:29:36 +00:00
|
|
|
pkgs.ankama-launcher
|
2025-01-10 16:35:08 +00:00
|
|
|
pkgs.lutris
|
|
|
|
pkgs.qbittorrent
|
2025-01-14 09:35:49 +00:00
|
|
|
pkgs.protonplus
|
2024-09-29 21:48:55 +00:00
|
|
|
];
|
|
|
|
}
|