config.nix/modules/window_manager/default.nix
2025-12-18 19:22:30 +01:00

15 lines
133 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./hyprland.nix
./walker.nix
./waybar.nix
./wallpaper.nix
];
}