use hyprland flake, disable some programs
This commit is contained in:
26
overlays.nix
26
overlays.nix
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user