mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
7 lines
169 B
Nix
7 lines
169 B
Nix
{ pkgs, config, ... }: {
|
|
wayland.windowManager.hyprland.settings.exec-once =
|
|
[ "${pkgs.hyprpanel}/bin/hyprpanel" ];
|
|
|
|
home.packages = with pkgs; [ hyprpanel ];
|
|
}
|