Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions 80260475ee update t3code to 0.0.14 2026-03-27 06:50:37 +00:00
5 changed files with 5 additions and 16 deletions
+1 -10
View File
@@ -43,16 +43,7 @@ in {
networking.hostName = "nixos";
# Networking
networking.networkmanager = {
enable = true;
wifi.powersave = false;
};
# LocalSend
networking.firewall = {
allowedTCPPorts = [53317];
allowedUDPPorts = [53317];
};
networking.networkmanager.enable = true;
# WebHID/VIA access on Linux (VIA needs hidraw access)
services.udev.extraRules = ''
-1
View File
@@ -28,7 +28,6 @@
obs-studio
jjui
bat
localsend
];
systemd.user.services.handy = {
-1
View File
@@ -17,7 +17,6 @@
install -m 444 -D "$desktop_file" "$out/share/applications/${pname}.desktop"
substituteInPlace "$out/share/applications/${pname}.desktop" \
--replace 'Exec=AppRun' 'Exec=${pname}' || true
sed -i -E 's|^Exec=.*$|Exec=${pname}|g' "$out/share/applications/${pname}.desktop" || true
fi
if [ -d ${contents}/usr/share/icons ]; then
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = { pkgs, ... }: {
packages.helium = pkgs.appimageTools.wrapType2 rec {
pname = "helium";
version = "0.10.8.1";
version = "0.10.6.1";
src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
hash = "sha256-pN/Iw1ANggDOxxFb2CN436qbcrs8/bDcEqjZC80grQs=";
hash = "sha256-6xqNRaP3aqitEseexRVEEjKkJClC0j1HHZoRGQanhSk=";
};
extraInstallCommands = let
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.t3code = pkgs.appimageTools.wrapType2 rec {
pname = "t3code";
version = "0.0.13";
version = "0.0.14";
src = pkgs.fetchurl {
url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage";
hash = "sha256-oHKIh+aHsbGVHEoLLjItl6AbVRwvWVlZaIWyHKiekVc=";
hash = "sha256-miaZTF3XMQws5E0VlIt1ioS3Y71Vb2cF35pl2Rz0VwA=";
};
extraInstallCommands = let