mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 11:30:20 +00:00
16 lines
274 B
Nix
16 lines
274 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
inputs,
|
|
...
|
|
}: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
exec-once = [
|
|
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
|
"${pkgs.floorp}/bin/floorp"
|
|
"sleep 3; ${pkgs.vesktop}/bin/vesktop"
|
|
"JKPS"
|
|
"ags"
|
|
];
|
|
};
|
|
}
|