mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
9 lines
246 B
Nix
9 lines
246 B
Nix
{ inputs, pkgs, ... }: {
|
|
home.packages = [ inputs.hyprswitch.packages."${pkgs.system}".default ];
|
|
|
|
wayland.windowManager.hyprland.settings.exec-once = [
|
|
"${inputs.hyprswitch.packages."${pkgs.system}".default}/bin/hyprswitch init"
|
|
];
|
|
|
|
}
|