Auto-commit: 2026-01-05 18:29:01

This commit is contained in:
2026-01-05 18:29:01 +00:00
parent ea95f0d717
commit 5f48e9d607

View File

@@ -1,5 +1,9 @@
{ lib, nixosConfig, ... }:
let
cfg = nixosConfig.my.desktop;
in
{ {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) {
settings = { settings = {
exec-once = [ exec-once = [
"sleep 2; uwsm-app -- vesktop-portable" "sleep 2; uwsm-app -- vesktop-portable"