Replace mentions of old repo location with the new one

This commit is contained in:
Toast 2024-06-24 12:40:17 +02:00
parent 0b8acad8d1
commit d67f2f550a
8 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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:

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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)
};

View File

@ -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);
};
}

View File

@ -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 "");

View File

@ -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