Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions a0f1957b13 update helium to 0.10.5.1 2026-03-16 06:00:26 +00:00
3 changed files with 6 additions and 3 deletions
+4
View File
@@ -132,6 +132,8 @@ in {
"gid=1000"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"x-systemd.idle-timeout=5min"
"_netdev"
"vers=3.0"
];
@@ -146,6 +148,8 @@ 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.11";
version = "0.7.10";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-GHVCGx8wy8xjAMRQLAcr/y8n/r5rd+sbkSBFB9Aeb4k=";
hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk=";
};
extraInstallCommands = let
-1
View File
@@ -2,7 +2,6 @@
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;