Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions f715d4d757 update handy to 0.8.1 2026-04-01 06:40:37 +00:00
4 changed files with 5 additions and 16 deletions
+1 -10
View File
@@ -43,16 +43,7 @@ in {
networking.hostName = "nixos"; networking.hostName = "nixos";
# Networking # Networking
networking.networkmanager = { networking.networkmanager.enable = true;
enable = true;
wifi.powersave = false;
};
# LocalSend
networking.firewall = {
allowedTCPPorts = [53317];
allowedUDPPorts = [53317];
};
# WebHID/VIA access on Linux (VIA needs hidraw access) # WebHID/VIA access on Linux (VIA needs hidraw access)
services.udev.extraRules = '' services.udev.extraRules = ''
-1
View File
@@ -28,7 +28,6 @@
obs-studio obs-studio
jjui jjui
bat bat
localsend
]; ];
systemd.user.services.handy = { systemd.user.services.handy = {
+2 -3
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec { packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy"; pname = "handy";
version = "0.8.0"; version = "0.8.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage"; url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk="; hash = "sha256-6MTD0eQqqHuWt+njUaXrc9eYIrpMIkUEMIrRTYwGXuw=";
}; };
extraInstallCommands = let extraInstallCommands = let
@@ -17,7 +17,6 @@
install -m 444 -D "$desktop_file" "$out/share/applications/${pname}.desktop" install -m 444 -D "$desktop_file" "$out/share/applications/${pname}.desktop"
substituteInPlace "$out/share/applications/${pname}.desktop" \ substituteInPlace "$out/share/applications/${pname}.desktop" \
--replace 'Exec=AppRun' 'Exec=${pname}' || true --replace 'Exec=AppRun' 'Exec=${pname}' || true
sed -i -E 's|^Exec=.*$|Exec=${pname}|g' "$out/share/applications/${pname}.desktop" || true
fi fi
if [ -d ${contents}/usr/share/icons ]; then if [ -d ${contents}/usr/share/icons ]; then
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.t3code = pkgs.appimageTools.wrapType2 rec { packages.t3code = pkgs.appimageTools.wrapType2 rec {
pname = "t3code"; pname = "t3code";
version = "0.0.15"; version = "0.0.13";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage"; url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage";
hash = "sha256-Z8y7SWH55+ZC7cRpgo0cdG273rbDiFS3pXQt3up7sDg="; hash = "sha256-oHKIh+aHsbGVHEoLLjItl6AbVRwvWVlZaIWyHKiekVc=";
}; };
extraInstallCommands = let extraInstallCommands = let