9 lines
161 B
Nix
9 lines
161 B
Nix
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
|
|
{
|
|
imports = [
|
|
./hyprpanel.nix
|
|
./hyprpaper.nix
|
|
./settings.nix
|
|
];
|
|
}
|