Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: paths, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 14, 2024
1 parent 262bcf6 commit 7807b09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ Provisional, experimental Plasma 6 (and friends) pre-release packaging [maintain

**Note**: Make sure you are using NixOS unstable. Release branches are not supported and will not work.

Add this to your flake inputs and include the NixOS module in your config, then `services.xserver.desktopManager.plasma6.enable = true`.
A binary cache is available at `nix-community.cachix.org`.

## Flakes

Add this repo to your flake inputs and include the NixOS module in your config, then `services.xserver.desktopManager.plasma6.enable = true`.

You can also run applications directly from this flake (`nix run github:nix-community/kde2nix#dolphin`).

Non-flake configurations currently require some extra setup pending staging-next merge.
## No flakes

A binary cache is available at `nix-community.cachix.org`.
Add this repo as a channel, then include `<kde2nix/nixos.nix>` in your `imports` list.

# Future

Expand Down
2 changes: 1 addition & 1 deletion nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let
overlay = import ./overlay.nix;
in {
imports = [
./nixos/services/x11/desktop-managers/plasma6.nix
./nixos/modules/services/x11/desktop-managers/plasma6.nix
];

nixpkgs.overlays = [overlay];
Expand Down

0 comments on commit 7807b09

Please sign in to comment.