mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
8 lines
459 B
Plaintext
8 lines
459 B
Plaintext
exec-once = @dbus@/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE && 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
|
|
}
|