1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/watson.nix

11 lines
183 B
Nix
Raw Normal View History

2020-10-19 18:57:29 +02:00
{
2022-03-10 21:52:12 +01:00
config,
pkgs,
...
2025-12-27 22:22:54 +01:00
}:
{
environment.systemPackages = [ pkgs.watson ];
2022-01-14 08:30:33 +01:00
environment.variables.WATSON_DIR = "${config.users.users.me.home}/cloud/Seafile/Documents/watson";
2020-10-19 18:57:29 +02:00
}