Ugh re-add logseq
This commit is contained in:
parent
91b72dfdc5
commit
120fe19d53
3 changed files with 10 additions and 1 deletions
|
@ -53,6 +53,13 @@
|
|||
id = "FGWD6B2-4IK3L3Y-5KOCH4H-HCS3HSG-3BTORHM-D643M36-ZHDU4OZ-DEAVKQZ";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"logseq" = {
|
||||
id = "logseq";
|
||||
path = "/home/${username}/.logseq";
|
||||
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
../../common/services/gnupg-agent.nix
|
||||
../../common/software/cli/clean-hm.nix
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
../../common/services/syncthing.nix
|
||||
];
|
||||
|
||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
pkgs.bitwarden
|
||||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
pkgs-unstable.logseq
|
||||
# pkgs.tor-browser
|
||||
|
||||
# Gaming
|
||||
|
|
Loading…
Reference in a new issue