Files
nix/modules/nixos/programs/default.nix
Gustavo "Guz" L. de Mello cb313daca9 feat: games
2024-04-18 10:44:21 -03:00

10 lines
106 B
Nix

{...}: {
imports = [
./nih
./hyprland.nix
./steam.nix
];
options = {};
config = {};
}