mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(watson): symlink directory from cloud
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.watson ];
|
||||
|
||||
system.activationScripts.watson-home = ''
|
||||
ln -sfn ${config.users.users.me.home}/cloud/Seafile/Documents/watson ${config.users.users.me.home}/.config/watson
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user