mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 04:12:10 +02:00
6
home/system/hyprland/hyprpanel.nix
Normal file
6
home/system/hyprland/hyprpanel.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, config, ... }: {
|
||||
wayland.windowManager.hyprland.settings.exec-once =
|
||||
[ "${pkgs.hyprpanel}/bin/hyprpanel" ];
|
||||
|
||||
home.packages = with pkgs; [ hyprpanel ];
|
||||
}
|
||||
Reference in New Issue
Block a user