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