Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions b7d8a1fbcc update zen browser to 1.19.5b 2026-03-29 06:20:38 +00:00
3 changed files with 1 additions and 12 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