mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
678098460a
Former-commit-id: 55a5c52c51
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 ];
|
|
}
|