Remove pointless patches

This commit is contained in:
Alexander Bantyev 2023-02-27 20:41:57 +04:00
parent 27b7a85215
commit 668218ae14
No known key found for this signature in database
GPG Key ID: 48ABA304F3A30FE9
2 changed files with 4 additions and 16 deletions

View File

@ -141,13 +141,6 @@ in rec {
}); });
audiotube = prev'.audiotube.overrideAttrs (oa: { audiotube = prev'.audiotube.overrideAttrs (oa: {
patches = oa.patches or [ ] ++ [
(final.fetchpatch {
url =
"https://invent.kde.org/multimedia/audiotube/-/commit/c42e2f3b42d62e889182fa2b7d831363f9d9d74d.diff";
hash = "sha256-gO0yqeJp3iaug7sFwlXwNgR9qrnnldkLuEqxj2d7hTQ=";
})
];
desktopItem = final.makeDesktopItem { desktopItem = final.makeDesktopItem {
name = "audiotube"; name = "audiotube";
desktopName = "Audiotube (proxy)"; desktopName = "Audiotube (proxy)";

View File

@ -96,10 +96,6 @@ in {
}; };
startup = (map (command: { inherit command; }) config.startupApplications) startup = (map (command: { inherit command; }) config.startupApplications)
++ [ ++ [
{
command =
"swayidle -w before-sleep '${lock_fork}' lock '${lock_fork}' unlock 'pkill -9 swaylock'";
}
{ {
command = command =
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY GDK_BACKEND"; "dbus-update-activation-environment --systemd WAYLAND_DISPLAY GDK_BACKEND";
@ -271,11 +267,10 @@ in {
output = { output = {
"*".bg = "${thm.base00} solid_color"; "*".bg = "${thm.base00} solid_color";
} // lib.optionalAttrs (config.device == "AMD-Workstation") { } // lib.optionalAttrs (config.device == "AMD-Workstation") {
# DP-1.position = "0 400"; DP-1 = {transform = "270"; position = "0 0"; };
# HDMI-A-1 = { HDMI-A-1 = {
# transform = "90"; position = "1440 1280";
# position = "2560 0"; };
# };
} // lib.optionalAttrs (config.device == "X2100-Laptop") { } // lib.optionalAttrs (config.device == "X2100-Laptop") {
"Unknown 0x0000 0x00000000".scale = "2"; "Unknown 0x0000 0x00000000".scale = "2";
} // lib.optionalAttrs (config.device == "T490s-Laptop") { } // lib.optionalAttrs (config.device == "T490s-Laptop") {