mirror of
https://github.com/hyprwm/hyprland-infra.git
synced 2025-05-12 21:30:36 +01:00
6 lines
94 B
Nix
6 lines
94 B
Nix
{self, ...}: {
|
|
imports = [
|
|
"${self}/users/mihai.nix"
|
|
"${self}/users/raf.nix"
|
|
];
|
|
}
|