nix-config/modules/nix/WM/default.nix
2025-07-08 23:37:54 +02:00

7 lines
70 B
Nix

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