Compare commits

..

4 Commits

Author SHA1 Message Date
gitea actions 0511dccd58 update handy to 0.7.11 2026-03-17 06:40:27 +00:00
thomas 0d2877a861 update helium to 0.10.5.1 (#13)
helium update / update-helium (push) Successful in 6s
zen browser update / update-zen-browser (push) Successful in 8s
handy update / update-handy (push) Successful in 11s
automated update of helium appimage version and hash

## changelog
from `0.10.2.1` to `0.10.5.1`

upstream release: https://github.com/imputnet/helium-linux/releases/tag/0.10.5.1

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #13
2026-03-16 19:09:31 +00:00
thomas 12a851aa57 try and fix cedilla 2026-03-16 12:33:28 +00:00
thomas f2e785fa8f improve mounting 2026-03-16 10:42:14 +00:00
3 changed files with 3 additions and 6 deletions
-4
View File
@@ -132,8 +132,6 @@ in {
"gid=1000"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"x-systemd.idle-timeout=5min"
"_netdev"
"vers=3.0"
];
@@ -148,8 +146,6 @@ in {
"gid=1000"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"x-systemd.idle-timeout=5min"
"_netdev"
"vers=3.0"
];
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy";
version = "0.7.10";
version = "0.7.11";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk=";
hash = "sha256-GHVCGx8wy8xjAMRQLAcr/y8n/r5rd+sbkSBFB9Aeb4k=";
};
extraInstallCommands = let
+1
View File
@@ -2,6 +2,7 @@
flake.nixosModules.ui = { pkgs, lib, ... }: {
# Desktop environment
services.xserver.enable = true;
services.xserver.xkb.options = "compose:ralt,cedilla:cacute";
services.displayManager.gdm.enable = true;
services.displayManager.gdm.wayland = true;
services.desktopManager.gnome.enable = true;