Add tracking (aw-watcher) package group.
This commit is contained in:
parent
b954c3261f
commit
90765052c0
1 changed files with 12 additions and 0 deletions
12
pkgsets/tracking.nix
Normal file
12
pkgsets/tracking.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue