Files
nix/profiles/gaea/hm/default.nix
2025-04-25 23:10:55 +08:00

7 lines
65 B
Nix

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