mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:39:42 +00:00
9 lines
128 B
Nix
9 lines
128 B
Nix
|
{
|
||
|
wayland.windowManager.hyprland.settings = {
|
||
|
exec-once = [
|
||
|
# TODO: Add this (probably only vesktop)
|
||
|
];
|
||
|
};
|
||
|
}
|
||
|
|