mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
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