mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
tree-wide: update url to the repo
This commit is contained in:
parent
1c4ced745c
commit
014d8deb60
16 changed files with 28 additions and 28 deletions
|
|
@ -250,7 +250,7 @@ in {
|
|||
warnings = [
|
||||
("'xsession.windowManager.i3.config.startup.*.workspace' is deprecated, "
|
||||
+ "use 'xsession.windowManager.i3.config.assigns' instead."
|
||||
+ "See https://github.com/rycee/home-manager/issues/265.")
|
||||
+ "See https://github.com/nix-community/home-manager/issues/265.")
|
||||
];
|
||||
})
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ let
|
|||
description = ''
|
||||
Launch application on a particular workspace. DEPRECATED:
|
||||
Use <varname><link linkend="opt-xsession.windowManager.i3.config.assigns">xsession.windowManager.i3.config.assigns</link></varname>
|
||||
instead. See <link xlink:href="https://github.com/rycee/home-manager/issues/265"/>.
|
||||
instead. See <link xlink:href="https://github.com/nix-community/home-manager/issues/265"/>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue