use hyprland flake, disable some programs

This commit is contained in:
Kopatz
2026-02-28 14:17:12 +01:00
parent 1b99bfa183
commit b78f1d8b8e
10 changed files with 530 additions and 63 deletions

View File

@@ -71,15 +71,15 @@ in
# }).jetbrains.jdk-no-jcef-17;
#};
hyprshade = prev.hyprshade.overrideAttrs {
version = "4.0.0";
src = prev.fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
tag = "4.0.0";
hash = "sha256-NnKhIgDAOKOdEqgHzgLq1MSHG3FDT2AVXJZ53Ozzioc=";
};
};
#hyprshade = prev.hyprshade.overrideAttrs {
# version = "4.0.0";
# src = prev.fetchFromGitHub {
# owner = "loqusion";
# repo = "hyprshade";
# tag = "4.0.0";
# hash = "sha256-NnKhIgDAOKOdEqgHzgLq1MSHG3FDT2AVXJZ53Ozzioc=";
# };
#};
yt-dlp = prev.yt-dlp.overrideAttrs {
version = "2026.02.04";
src = prev.fetchFromGitHub {
@@ -116,10 +116,10 @@ in
#hyprland = prev.hyprland.override {
# debug = true;
#};
#hyprland =
# inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
#xdg-desktop-portal-hyprland =
# inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
xdg-desktop-portal-hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
# to add input capture protocol support (needed for kde connect)
#hyprland = prev.hyprland.overrideAttrs (oldAttrs: {