Init hyprswitch
This commit is contained in:
8
home/system/hyprswitch/default.nix
Normal file
8
home/system/hyprswitch/default.nix
Normal file
@@ -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