Compare commits

..

10 Commits

Author SHA1 Message Date
gitea actions 3efe2e6354 update handy to 0.8.0 2026-03-25 06:40:36 +00:00
thomas 896247d7ba update helium to 0.10.6.1 (#17)
helium update / update-helium (push) Successful in 9s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 9s
automated update of helium appimage version and hash

## changelog
from `0.10.5.1` to `0.10.6.1`

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

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #17
2026-03-22 16:03:47 +00:00
thomas c401dde8d5 add cursor
helium update / update-helium (push) Successful in 10s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 5s
2026-03-20 10:57:49 +00:00
thomas c29451d38a fix unraid mnts 2026-03-20 10:57:49 +00:00
thomas 3f2e3d99e5 update zen browser to 1.19.3b (#14)
helium update / update-helium (push) Successful in 15s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 6s
automated update of zen browser appimage version and hash

## changelog
from `1.19.2b` to `1.19.3b`

upstream release: https://github.com/zen-browser/desktop/releases/tag/1.19.3b

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #14
2026-03-19 14:31:04 +00:00
thomas b419bf6cf3 update handy to 0.7.12 (#16)
automated update of handy appimage version and hash

## changelog
from `0.7.10` to `0.7.12`

upstream release: https://github.com/cjpais/Handy/releases/tag/v0.7.12

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #16
2026-03-19 14:30:57 +00:00
thomas 314fa8cd0e add bat to packages.nix
helium update / update-helium (push) Successful in 7s
zen browser update / update-zen-browser (push) Successful in 10s
handy update / update-handy (push) Successful in 11s
2026-03-17 16:20:47 +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
7 changed files with 11 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@
lazygit lazygit
pnpm pnpm
ni ni
code-cursor-fhs
# LSPs and formatters (previously via Mason) # LSPs and formatters (previously via Mason)
stylua stylua
+2 -2
View File
@@ -133,8 +133,8 @@ in {
"iocharset=utf8" "iocharset=utf8"
"nofail" "nofail"
"x-systemd.automount" "x-systemd.automount"
"x-systemd.idle-timeout=5min"
"_netdev" "_netdev"
"noserverino"
"vers=3.0" "vers=3.0"
]; ];
}; };
@@ -149,8 +149,8 @@ in {
"iocharset=utf8" "iocharset=utf8"
"nofail" "nofail"
"x-systemd.automount" "x-systemd.automount"
"x-systemd.idle-timeout=5min"
"_netdev" "_netdev"
"noserverino"
"vers=3.0" "vers=3.0"
]; ];
}; };
+1
View File
@@ -25,6 +25,7 @@
tmux tmux
obs-studio obs-studio
jjui jjui
bat
]; ];
}; };
} }
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec { packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy"; pname = "handy";
version = "0.7.10"; version = "0.8.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage"; url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk="; hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk=";
}; };
extraInstallCommands = let extraInstallCommands = let
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = { pkgs, ... }: { perSystem = { pkgs, ... }: {
packages.helium = pkgs.appimageTools.wrapType2 rec { packages.helium = pkgs.appimageTools.wrapType2 rec {
pname = "helium"; pname = "helium";
version = "0.10.5.1"; version = "0.10.6.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
hash = "sha256-c/ea8C1XjTkBo0/ujGHEbKWyCmRMxyuiuOzAO9AMf1o="; hash = "sha256-6xqNRaP3aqitEseexRVEEjKkJClC0j1HHZoRGQanhSk=";
}; };
extraInstallCommands = let extraInstallCommands = let
+2 -2
View File
@@ -1,11 +1,11 @@
{lib, ...}: { {lib, ...}: {
perSystem = {pkgs, ...}: let perSystem = {pkgs, ...}: let
pname = "zen-browser"; pname = "zen-browser";
version = "1.19.2b"; version = "1.19.3b";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage"; url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage";
hash = "sha256-lDn7rIYDgmyUnc3PdIASXfpXBXASL6TEdzyZfT716cI="; hash = "sha256-p00Irv2z6brDXMx3cr0234lOZZ2a7FmJMDzN494nzMw=";
}; };
appimageContents = pkgs.appimageTools.extract {inherit pname version src;}; appimageContents = pkgs.appimageTools.extract {inherit pname version src;};
+1
View File
@@ -2,6 +2,7 @@
flake.nixosModules.ui = { pkgs, lib, ... }: { flake.nixosModules.ui = { pkgs, lib, ... }: {
# Desktop environment # Desktop environment
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.xkb.options = "compose:ralt,cedilla:cacute";
services.displayManager.gdm.enable = true; services.displayManager.gdm.enable = true;
services.displayManager.gdm.wayland = true; services.displayManager.gdm.wayland = true;
services.desktopManager.gnome.enable = true; services.desktopManager.gnome.enable = true;