From d67f2f550a26da44554f239c7043112e0cfbb231 Mon Sep 17 00:00:00 2001 From: Toast <39011842+toast003@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:40:17 +0200 Subject: [PATCH] Replace mentions of old repo location with the new one --- README.md | 10 +++++----- examples/homeManager/README.md | 2 +- examples/homeManagerFlake/flake.nix | 2 +- examples/systemFlake/flake.nix | 2 +- modules/apps/kate/default.nix | 2 +- modules/apps/konsole.nix | 2 +- modules/panels.nix | 2 +- script/rc2nix.rb | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 86aeacd..bd15b2a 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ to configure KDE Plasma using Nix. most up-to-date branch and is mainly focused on plasma 6, but may still work on plasma 5. If you are running plasma 5, it's recommended to use the `plasma-5` branch, which is designed to have better compatibility with plasma 5. To do this -with flakes you can use "github:pjones/plasma-manager/plasma-5" as you flake +with flakes you can use "github:nix-community/plasma-manager/plasma-5" as you flake url, or if you are using nix-channels you can set the channel url to -"https://github.com/pjones/plasma-manager/archive/plasma-5.tar.gz". +"https://github.com/nix-community/plasma-manager/archive/plasma-5.tar.gz". ## What's supported At the moment `plasma-manager` supports configuring the following: @@ -45,10 +45,10 @@ functionality to come in the future! There also are some things which at the moment isn't very well supported, in particular: - Real-time updates of configuration without having to log out and back in -- Configuration of LibInput devices (see https://github.com/pjones/plasma-manager/issues/47 and https://github.com/pjones/plasma-manager/pull/123) +- Configuration of LibInput devices (see https://github.com/nix-community/plasma-manager/issues/47 and https://github.com/nix-community/plasma-manager/pull/123) - Usage of high-level modules in the configuration generated by `rc2nix` - Configuration of kwin window rules -- Keybindings to some key combinations (`Ctrl+Alt+T` and `Print` for example, see https://github.com/pjones/plasma-manager/issues/109 and https://github.com/pjones/plasma-manager/issues/136) +- Keybindings to some key combinations (`Ctrl+Alt+T` and `Print` for example, see https://github.com/nix-community/plasma-manager/issues/109 and https://github.com/nix-community/plasma-manager/issues/136) There may also be more things we aren't aware of. If you find some other limitations don't hesitate to open an issue or submit a pr. @@ -108,7 +108,7 @@ To run the `rc2nix` tool without having to clone this repository run the following shell command: ```sh -nix run github:pjones/plasma-manager +nix run github:nix-community/plasma-manager ``` ## Contributions and Maintenance diff --git a/examples/homeManager/README.md b/examples/homeManager/README.md index f3fc20a..fda45d5 100644 --- a/examples/homeManager/README.md +++ b/examples/homeManager/README.md @@ -3,7 +3,7 @@ Add this repository as a channel: ```nix -$ nix-channel --add https://github.com/pjones/plasma-manager/archive/trunk.tar.gz plasma-manager +$ nix-channel --add https://github.com/nix-community/plasma-manager/archive/trunk.tar.gz plasma-manager ``` Update / unpack the channel: diff --git a/examples/homeManagerFlake/flake.nix b/examples/homeManagerFlake/flake.nix index 563cfdf..f3b70e0 100644 --- a/examples/homeManagerFlake/flake.nix +++ b/examples/homeManagerFlake/flake.nix @@ -8,7 +8,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; plasma-manager = { - url = "github:pjones/plasma-manager"; + url = "github:nix-community/plasma-manager"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/examples/systemFlake/flake.nix b/examples/systemFlake/flake.nix index f1008e3..cd2d1e2 100644 --- a/examples/systemFlake/flake.nix +++ b/examples/systemFlake/flake.nix @@ -8,7 +8,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; plasma-manager = { - url = "github:pjones/plasma-manager"; + url = "github:nix-community/plasma-manager"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/modules/apps/kate/default.nix b/modules/apps/kate/default.nix index 26b7d5e..3e3aa51 100644 --- a/modules/apps/kate/default.nix +++ b/modules/apps/kate/default.nix @@ -162,7 +162,7 @@ in # In case of using a system theme, there should be a check that there exists such a theme # but I could not figure out where to find them # That's why there is no check for now - # See also [the original PR](https://github.com/pjones/plasma-manager/pull/95#issue-2206192839) + # See also [the original PR](https://github.com/nix-community/plasma-manager/pull/95#issue-2206192839) }; diff --git a/modules/apps/konsole.nix b/modules/apps/konsole.nix index 5c7e640..05aaa8d 100644 --- a/modules/apps/konsole.nix +++ b/modules/apps/konsole.nix @@ -146,7 +146,7 @@ in "UiSettings"."ColorScheme" = lib.mkIf (cfg.ui.colorScheme != null) { value = cfg.ui.colorScheme; # The key needs to be immutable to work properly when using overrideConfig. - # See discussion at: https://github.com/pjones/plasma-manager/pull/186 + # See discussion at: https://github.com/nix-community/plasma-manager/pull/186 immutable = lib.mkIf config.programs.plasma.overrideConfig (lib.mkDefault true); }; } diff --git a/modules/panels.nix b/modules/panels.nix index 0e843fb..d3a1ade 100644 --- a/modules/panels.nix +++ b/modules/panels.nix @@ -141,7 +141,7 @@ in panelPreCMD = (if anyPanels then '' # We delete plasma-org.kde.plasma.desktop-appletsrc to hinder it # growing indefinitely. See: - # https://github.com/pjones/plasma-manager/issues/76 + # https://github.com/nix-community/plasma-manager/issues/76 [ -f ${config.xdg.configHome}/plasma-org.kde.plasma.desktop-appletsrc ] && rm ${config.xdg.configHome}/plasma-org.kde.plasma.desktop-appletsrc '' else ""); panelLayoutStr = (if anyPanels then (import ../lib/panel.nix { inherit lib; inherit config; }) else ""); diff --git a/script/rc2nix.rb b/script/rc2nix.rb index 54ae4cd..8fa0174 100755 --- a/script/rc2nix.rb +++ b/script/rc2nix.rb @@ -6,7 +6,7 @@ # the license terms in the LICENSE file found in the top-level # directory of this distribution and at: # -# https://github.com/pjones/plasma-manager +# https://github.com/nix-community/plasma-manager # # No part of this package, including this file, may be copied, # modified, propagated, or distributed except according to the terms