10 lines
183 B
Nix
10 lines
183 B
Nix
{ pkgs, ... }:
|
|
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
exec-once = [
|
|
"hyprpaper"
|
|
"${pkgs.firefox}/bin/firefox"
|
|
"${pkgs.throne}/bin/Throne"
|
|
];
|
|
};
|
|
}
|