Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
18
nixosVista/homeManager/hyprland/header.nix
Normal file
18
nixosVista/homeManager/hyprland/header.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
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/
|
||||
# ========
|
||||
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue