mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
feat: watson time tracker
This commit is contained in:
9
configs/watson.nix
Normal file
9
configs/watson.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.watson ];
|
||||
|
||||
system.activationScripts.watsonFiles = ''
|
||||
install -d ${config.users.users.me.home}/.config/watson/
|
||||
ln -sf ${config.users.users.me.home}/cloud/Dropbox/watson-frames.json ${config.users.users.me.home}/.config/watson/frames
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user