Compare commits

...

5 Commits

Author SHA1 Message Date
gitea actions f715d4d757 update handy to 0.8.1 2026-04-01 06:40:37 +00:00
thomas 38ee805597 start handy on startup
helium update / update-helium (push) Successful in 12s
zen browser update / update-zen-browser (push) Successful in 11s
handy update / update-handy (push) Successful in 9s
t3code update / update-t3code (push) Successful in 11s
2026-03-25 19:31:24 +00:00
thomas a6d9984871 nextcloud-client 2026-03-25 19:23:47 +00:00
thomas e0b3b8e35c update flake 2026-03-25 18:58:59 +00:00
thomas 71a7e9e349 update gsf input and remove host-specific gsfd service overrides 2026-03-25 18:57:20 +00:00
4 changed files with 22 additions and 14 deletions
Generated
+7 -7
View File
@@ -87,11 +87,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1774454479,
"narHash": "sha256-yiT9GLVQXvDVi8tBaY7OJ868fD927U3kHG4m5V7z1aE=",
"lastModified": 1774464988,
"narHash": "sha256-F0pVG3ou+yN+jqQlFXMf27BCeShDuZcpoeHFSord8xk=",
"ref": "refs/heads/main",
"rev": "8521f1254860bf66cc2c5447682708f1ac1d4a94",
"revCount": 9,
"rev": "3bccad3870d1f7220c423f06d21ed9b91d1b90d1",
"revCount": 10,
"type": "git",
"url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast"
},
@@ -185,11 +185,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1773821835,
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=",
"lastModified": 1774106199,
"narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0",
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github"
},
"original": {
-5
View File
@@ -121,11 +121,6 @@ in {
inputGroupUsers = [flakeConfig.username];
};
# keep gsfd + gsf tui on same per-user runtime stats file
systemd.user.services.gsfd.serviceConfig.Environment = lib.mkAfter [
"GSF_STATS_PATH=%t/gsf-speed.txt"
];
# Programs
# Allow unfree
+13
View File
@@ -19,6 +19,7 @@
slack
feishin
obsidian
nextcloud-client
self.packages.${pkgs.stdenv.hostPlatform.system}.handy
self.packages.${pkgs.stdenv.hostPlatform.system}.t3code
mpv
@@ -28,5 +29,17 @@
jjui
bat
];
systemd.user.services.handy = {
description = "Handy";
wantedBy = ["graphical-session.target"];
partOf = ["graphical-session.target"];
after = ["graphical-session.target"];
serviceConfig = {
ExecStart = "${self.packages.${pkgs.stdenv.hostPlatform.system}.handy}/bin/handy";
Restart = "on-failure";
RestartSec = 5;
};
};
};
}
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy";
version = "0.8.0";
version = "0.8.1";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk=";
hash = "sha256-6MTD0eQqqHuWt+njUaXrc9eYIrpMIkUEMIrRTYwGXuw=";
};
extraInstallCommands = let