PlasmaZones v1.11.0
Added
- EDID-based monitor identification: Monitors are now identified by manufacturer, model, and serial number instead of connector name (e.g. "DP-2"). Layouts stay assigned to the correct physical monitor regardless of which port it's connected to ([#164])
- Nix flake: Proper
flake.nixwith NixOS module (programs.plasmazones.enable), Home Manager module, overlay, and dev shell - Multi-arch Nix CI: Flake-based CI builds on both x86_64-linux and aarch64-linux with magic-nix-cache
- Weekly
flake.lockauto-update workflow
Fixed
- NixOS KCM loading failure: KCM QML components failed to load in System Settings on NixOS due to missing
qmldirfiles and unresolvable QML runtime dependencies (kirigami, qqc2-desktop-style) ([Discussion #160]) - Zone selector popup layouts are now sorted alphabetically by name
- D-Bus
toggleActivationmethod was not registered in the settings adaptor
Changed
- Nix CI uses
nix build/nix flake checkinstead of legacynix-build --expr - Nix install action upgraded from v30 to v31
- Release notes now include flake-based NixOS installation instructions alongside standalone
plasmazones.nix
Installation
Arch Linux (AUR):
yay -S plasmazones # or plasmazones-binArch Linux (manual):
sudo pacman -U plasmazones-1.11.0-1-x86_64.pkg.tar.zstUbuntu/Debian (25.10+):
sudo dpkg -i plasmazones_1.11.0-1_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora:
sudo dnf install plasmazones-1.11.0-1.fc43.x86_64.rpmUniversal Linux (AppDir):
For Fedora Atomic, Steam Deck, or non-root user installation:
tar xzf plasmazones-1.11.0-linux-x86_64.tar.gz
cd plasmazones-linux-x86_64
./install.shNixOS (flake):
# flake.nix inputs
plasmazones.url = "github:fuddlesworth/PlasmaZones";
# configuration.nix
programs.plasmazones.enable = true;NixOS (standalone):
Download plasmazones.nix from the release assets, then:
# configuration.nix
environment.systemPackages = [
(pkgs.callPackage ./plasmazones.nix {})
];Post-Installation
systemctl --user enable --now plasmazones.service
systemsettings kcm_plasmazones