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