nix/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix
2023-08-31 20:22:44 +09:00

5 lines
No EOL
71 B
Nix

{ theme, ... }: {
imports = [
./${theme}/hyprland-conf.nix
];
}