mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: watson time tracker
This commit is contained in:
@@ -316,6 +316,7 @@ in {
|
||||
./unclutter.nix
|
||||
./version.nix
|
||||
./vscode.nix
|
||||
./watson.nix
|
||||
./xautolock.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
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