mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
exec-once = @dbus@/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
|
exec-once=hyprctl plugin load /path/to/plugin1
|
|
exec-once=hyprctl plugin load /nix/store/00000000000000000000000000000000-foo/lib/libfoo.so
|
|
cursor {
|
|
enable_hyprcursor=true
|
|
sync_gsettings_theme=true
|
|
}
|