nix-config/modules/home-manager/wm/default.nix
2025-07-13 20:30:45 +02:00

7 lines
70 B
Nix

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