mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
Init hyprswitch
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ 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"
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user