init: obsidian

remove onedrive and sync documents over obsidian vault that is encrypted
This commit is contained in:
Christoph Hollizeck 2024-10-10 20:09:10 +02:00
parent 23e93efbf8
commit 333059a879
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 133 additions and 49 deletions

View file

@ -12,6 +12,7 @@ in
environment.systemPackages = with pkgs; [
path-of-building
teams-for-linux
obsidian
];
environment.pathsToLink = [ "/libexec" ];
@ -55,6 +56,8 @@ in
exec-once = [
"hyprctl dispatch moveworkspacetomonitor 4 HDMI-A-1"
"xrandr --output DP-2 --primary"
"[workspace 1 silent] obsidian"
"[workspace 4 silent] git-butler"
];
workspace = [
@ -73,7 +76,6 @@ in
services = {
factorio-server = enabled;
onedrive = enabled;
};
system = {