feat: finally got hyprland working

This commit is contained in:
Nick 2025-02-03 02:00:27 -06:00
parent 17ea540427
commit c8e774a0ca
12 changed files with 66 additions and 13 deletions

View file

@ -12,6 +12,7 @@ in
{
programs.waybar = {
enable = true;
package = flake.inputs.waybar.packages.${pkgs.system}.default;
settings = settingsPath;
style = stylePath;
};