diff --git a/flake.nix b/flake.nix index 27a0f8e..2697d9f 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,11 @@ }; homeConfigurations = { biscuit = home-manager.lib.homeManagerConfiguration { - inherit pkgs; + pkgs = import nixpkgs { + inherit system; + overlays = [ inputs.hyprpanel.overlay ]; + }; + # inherit pkgs; extraSpecialArgs = { inherit inputs system; }; modules = [ ./home-manager/home.nix ]; }; diff --git a/modules/wayland.nix b/modules/wayland.nix index 8a46167..9c51bf7 100644 --- a/modules/wayland.nix +++ b/modules/wayland.nix @@ -3,5 +3,6 @@ imports = [ ../packages/hyprland/default.nix ../packages/waybar/default.nix + ../packages/hyprpanel/default.nix ]; } diff --git a/packages/hyprland/custom/autostart.conf b/packages/hyprland/custom/autostart.conf index 32c93ae..07c1171 100644 --- a/packages/hyprland/custom/autostart.conf +++ b/packages/hyprland/custom/autostart.conf @@ -5,7 +5,8 @@ # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: $terminal = kitty +$bar = hyprpanel exec-once = $terminal -exec-once = waybar +exec-once = $bar