Files
nix/modules/nixos/programs/default.nix
Gustavo "Guz" L. de Mello f22fcb4653 feat!: remove nih helper
2024-05-04 14:27:49 -03:00

10 lines
105 B
Nix

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