nix-config/modules/nix/wm/default.nix
2025-07-08 23:56:52 +02:00

7 lines
70 B
Nix

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