nixos/modules/home/apps/default.nix
Florian RICHER a4a651133b
All checks were successful
check / check (push) Successful in 36s
steam: Move to system instead of Flatpak
- Support of gamescope for HDR
- Best integration with udev devices
- Add proton-ge
2024-09-05 22:47:19 +02:00

11 lines
111 B
Nix

{ ... }:
{
imports = [
./chromium
./firefox
./flatpak
./jetbrainsToolbox
./kitty
];
}