Files
home-manager/desktop-environment/window-manager.nix
Nina Chlóe Kassandra Reiß 5edbfb2025 Add hyprland as window manager
2026-04-20 23:00:25 +02:00

10 lines
131 B
Nix

{ pkgs, lib, ... }:
let
profile = import ../profile.nix;
in
{
imports = [
./window-manager/${profile.interface}.nix
];
}