Files
nix-config/modules/desktop-environments/hyprland/specialisation.nix
mjallen18 85d98ab453 idk
2025-06-08 18:56:08 -05:00

7 lines
95 B
Nix
Executable File

{ ... }:
{
specialisation.hyprland.configuration = {
imports = [ ./default.nix ];
};
}