1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
nixos-config-reborn/home-manager/modules/hyprland/default.nix
andrey_varnavskiy 0b554c5e8b declarative hyprpaper
2024-12-10 05:08:09 +05:00

10 lines
112 B
Nix

{
imports = [
./binds.nix
./hypridle.nix
./hyprlock.nix
./hyprpaper.nix
./main.nix
];
}