9 lines
200 B
Nix
9 lines
200 B
Nix
|
{
|
||
|
imports = [../../programs/hyprland.nix];
|
||
|
modules.hyprland = {
|
||
|
enable = true;
|
||
|
config = builtins.readFile ./config/hypr/hyprland.conf;
|
||
|
waybar.style = ./config/waybar/style.css;
|
||
|
};
|
||
|
}
|