NixOS-Vista/nixosVista/homeManager/hyprland/header.nix
2026-02-12 15:32:45 +01:00

18 lines
369 B
Nix

{
config,
lib,
nixosVista,
...
}: {
config = lib.mkIf nixosVista.enable {
#warnings = [">>> HYPRLAND HEADER MODULE ACTIVE <<<"];
nixosVista.hyprland.fragments.header = ''
# ========
# Hyprland config file
# Credit goes alot to diinki
# Inspiration: https://github.com/diinki/diinki-aero/
# ========
'';
};
}