Compare commits

...

5 Commits

Author SHA1 Message Date
gitea actions e1292bbe3c update t3code to 0.0.14 2026-03-28 06:50:33 +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" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1774454479, "lastModified": 1774464988,
"narHash": "sha256-yiT9GLVQXvDVi8tBaY7OJ868fD927U3kHG4m5V7z1aE=", "narHash": "sha256-F0pVG3ou+yN+jqQlFXMf27BCeShDuZcpoeHFSord8xk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8521f1254860bf66cc2c5447682708f1ac1d4a94", "rev": "3bccad3870d1f7220c423f06d21ed9b91d1b90d1",
"revCount": 9, "revCount": 10,
"type": "git", "type": "git",
"url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast" "url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast"
}, },
@@ -185,11 +185,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1773821835, "lastModified": 1774106199,
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github" "type": "github"
}, },
"original": { "original": {
-5
View File
@@ -121,11 +121,6 @@ in {
inputGroupUsers = [flakeConfig.username]; 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 # Programs
# Allow unfree # Allow unfree
+13
View File
@@ -19,6 +19,7 @@
slack slack
feishin feishin
obsidian obsidian
nextcloud-client
self.packages.${pkgs.stdenv.hostPlatform.system}.handy self.packages.${pkgs.stdenv.hostPlatform.system}.handy
self.packages.${pkgs.stdenv.hostPlatform.system}.t3code self.packages.${pkgs.stdenv.hostPlatform.system}.t3code
mpv mpv
@@ -28,5 +29,17 @@
jjui jjui
bat 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, ...}: { perSystem = {pkgs, ...}: {
packages.t3code = pkgs.appimageTools.wrapType2 rec { packages.t3code = pkgs.appimageTools.wrapType2 rec {
pname = "t3code"; pname = "t3code";
version = "0.0.13"; version = "0.0.14";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage"; url = "https://github.com/pingdotgg/t3code/releases/download/v${version}/T3-Code-${version}-x86_64.AppImage";
hash = "sha256-oHKIh+aHsbGVHEoLLjItl6AbVRwvWVlZaIWyHKiekVc="; hash = "sha256-miaZTF3XMQws5E0VlIt1ioS3Y71Vb2cF35pl2Rz0VwA=";
}; };
extraInstallCommands = let extraInstallCommands = let