mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
hyprland: update wiki domain name (#7293)
As I noticed in <https://github.com/nix-community/home-manager/pull/7277#issuecomment-2985781610>, it seems hyprland changed its domain name from `hyprland.org` to `hypr.land`. (The old domain redirects to the new one) These changes are made by the following: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/hyprland\.org/hypr.land/g'
This commit is contained in:
parent
0f355844e5
commit
8638426397
4 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
description = ''
|
||||
Hypridle configuration written in Nix. Entries with the same key
|
||||
should be written as lists. Variables' and colors' names should be
|
||||
quoted. See <https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/> for more examples.
|
||||
quoted. See <https://wiki.hypr.land/Hypr-Ecosystem/hypridle/> for more examples.
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue