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