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

10 lines
181 B
Nix
Raw Permalink Normal View History

2020-10-19 18:57:29 +02:00
{
2022-03-10 21:52:12 +01:00
config,
pkgs,
...
}: {
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
}