1
0
Fork 0

Add tracking (aw-watcher) package group.

This commit is contained in:
Kevin Baensch 2023-06-16 23:57:29 +02:00
parent b954c3261f
commit 90765052c0
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 12 additions and 0 deletions

12
pkgsets/tracking.nix Normal file
View File

@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
with lib;
{
config.machine.pkgsets.tracking.pkgs = with pkgs; [
aw-qt
aw-server-rust
aw-watcher-afk
aw-watcher-window
];
}