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
4 changed files with 6 additions and 4 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"
];
-1
View File
@@ -25,7 +25,6 @@
tmux
obs-studio
jjui
bat
];
};
}
+2 -2
View File
@@ -1,11 +1,11 @@
{lib, ...}: {
perSystem = {pkgs, ...}: let
pname = "zen-browser";
version = "1.19.3b";
version = "1.19.2b";
src = pkgs.fetchurl {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage";
hash = "sha256-p00Irv2z6brDXMx3cr0234lOZZ2a7FmJMDzN494nzMw=";
hash = "sha256-lDn7rIYDgmyUnc3PdIASXfpXBXASL6TEdzyZfT716cI=";
};
appimageContents = pkgs.appimageTools.extract {inherit pname version src;};
-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;