nix-config/users/modules/hyprland.nix

9 lines
200 B
Nix
Raw Permalink Normal View History

2025-05-04 02:47:36 +02:00
{
imports = [../../programs/hyprland.nix];
modules.hyprland = {
enable = true;
config = builtins.readFile ./config/hypr/hyprland.conf;
waybar.style = ./config/waybar/style.css;
};
}