dotfiles/overlays/unstable.nix
Christopher Mühl 7af406f315
feat: add Hyprland as an additional compositor alongside Niri
Enables programs.hyprland at the system level, adds xdg-desktop-portal-hyprland
with per-compositor portal routing, and wires up a home-manager config for
endurance mirroring the Niri layout (same keybinds, monitors, window rules).
Niri remains the default SDDM session.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-19 10:53:30 +01:00

21 lines
385 B
Nix

{channels, ...}: final: prev: {
# Pull the following packages from unstable instead
inherit
(channels.unstable)
kitty
nu
cider-2
_1password-gui
orca-slicer
claude-code
lutris
ollama
dokieli
nix-init
atuin-desktop
# currently doesn't build on unstable
# open-webui
;
inherit (channels.master) install-nothing marimo;
}