diff --git a/home.nix b/home.nix index ba84be6..2c35f8c 100644 --- a/home.nix +++ b/home.nix @@ -1,8 +1,18 @@ { + inputs, config, pkgs, ... }: { + wayland.windowManager.hyprland = { + enable = true; + # ... + plugins = [ + inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars + # ... + ]; + }; + # Home Manager needs a bit of information about you and the paths it should # manage. home.username = "nmarks";