nix-config/users/modules/user/default.nix
2025-03-17 22:19:38 -03:00

8 lines
71 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./programs.nix
];
}