Files
nix/modules/nixos/programs/default.nix
Gustavo "Guz" L. de Mello 5d0c8bdfeb feat: nh command wrapper
2024-05-04 14:08:42 -03:00

11 lines
115 B
Nix

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