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";
|
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/services/gnupg-agent.nix
|
||||||
../../common/software/cli/clean-hm.nix
|
../../common/software/cli/clean-hm.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
|
../../common/services/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
pkgs.bitwarden
|
pkgs.bitwarden
|
||||||
pkgs.lutris
|
pkgs.lutris
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
|
pkgs-unstable.logseq
|
||||||
# pkgs.tor-browser
|
# pkgs.tor-browser
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
# pkgs.yubikey-personalization-gui
|
# pkgs.yubikey-personalization-gui
|
||||||
|
|
||||||
# Image editing software
|
# Image editing software
|
||||||
pkgs.darktable
|
pkgs.darktable
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue