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>
21 lines
385 B
Nix
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;
|
|
}
|