mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 03:20:20 +00:00
10 lines
253 B
Nix
10 lines
253 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"
|
|
"ags"
|
|
];
|
|
};
|
|
}
|