Files
nix/profiles/gaea/hm/default.nix

7 lines
65 B
Nix
Raw Normal View History

2025-04-25 23:10:55 +08:00
{ ... }: {
imports = [
./ssh.nix
./hyprland.nix
];
}