logseq: added plugins.edn
This commit is contained in:
parent
da2309a6cf
commit
91d8b35735
20
nix/configs/logseq.nix
Normal file
20
nix/configs/logseq.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
#
|
||||||
|
home-manager.users.grape.home.file.".logseq/config/plugins.edn" = {
|
||||||
|
enable = true;
|
||||||
|
text = ''
|
||||||
|
{
|
||||||
|
:logseq-journals-calendar {:version "v0.10.10", :repo "xyhp915/logseq-journals-calendar", :effect true, :theme false}
|
||||||
|
:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect true, :theme false}
|
||||||
|
:logseq-heatmap {:version "v2.4.3", :repo "pengx17/logseq-plugin-heatmap", :effect true, :theme false}
|
||||||
|
:logseq-copy-code-plugin {:version "v1.2.0", :repo "vyleung/logseq-copy-code-plugin", :effect true, :theme false}
|
||||||
|
:logseq-fenced-cope-plus {:version "0.0.9", :repo "xyhp915/logseq-fenced-code-plus", :effect true, :theme false}
|
||||||
|
:logseq-excalidraw {:version "v1.5.1", :repo "haydenull/logseq-plugin-excalidraw", :effect true, :theme false}
|
||||||
|
:logseq-vim-shortcuts {:version "v0.1.22", :repo "vipzhicheng/logseq-plugin-vim-shortcuts", :effect true, :theme false}
|
||||||
|
:logseq-banners-plugin {:version "v3.4.11", :repo "yoyurec/logseq-banners-plugin", :effect true, :theme false}
|
||||||
|
:logseq-plugin-automatic-url-title {:version "v1.1.0", :repo "0x7b1/logseq-plugin-automatic-url-title", :effect true, :theme false}
|
||||||
|
:logseq-bionic-speedreader {:version "1.0.1", :repo "sawhney17/logseq-bionic-speedreader", :effect true, :theme false}
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
|
@ -50,6 +50,34 @@
|
||||||
# node xporter
|
# node xporter
|
||||||
#./configs/prometheus.nix
|
#./configs/prometheus.nix
|
||||||
./configs/neofetch.nix
|
./configs/neofetch.nix
|
||||||
|
./configs/logseq.nix
|
||||||
|
./configs/i3.nix
|
||||||
|
./configs/rofi.nix
|
||||||
|
./configs/picom.nix
|
||||||
|
./configs/polybar.nix
|
||||||
|
./configs/btop.nix
|
||||||
|
./configs/ollama.nix
|
||||||
|
|
||||||
|
./configs/vscode.nix
|
||||||
|
./configs/gpu-screen-recorder.nix
|
||||||
|
./configs/firefox.nix
|
||||||
|
|
||||||
|
./configs/waydroid.nix
|
||||||
|
|
||||||
|
#./configs/builders.nix
|
||||||
|
./configs/element.nix
|
||||||
|
./configs/nvim.nix
|
||||||
|
|
||||||
|
# terminal
|
||||||
|
#./configs/st.nix # too minimal, most things dont work without a million tweaks
|
||||||
|
#./configs/kitty.nix # uses their own stupid xterm extension...
|
||||||
|
./configs/alacritty.nix # just perfect, tho too much gpu usage
|
||||||
|
|
||||||
|
# apps
|
||||||
|
./apps/graphics.nix
|
||||||
|
|
||||||
|
# other
|
||||||
|
./configs/firewall.nix
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -54,36 +54,7 @@
|
||||||
|
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
|
|
||||||
imports = [
|
|
||||||
./configs/i3.nix
|
|
||||||
./configs/rofi.nix
|
|
||||||
./configs/picom.nix
|
|
||||||
./configs/polybar.nix
|
|
||||||
./configs/btop.nix
|
|
||||||
./configs/ollama.nix
|
|
||||||
|
|
||||||
./configs/vscode.nix
|
|
||||||
./configs/gpu-screen-recorder.nix
|
|
||||||
./configs/firefox.nix
|
|
||||||
|
|
||||||
./configs/waydroid.nix
|
|
||||||
|
|
||||||
#./configs/builders.nix
|
|
||||||
./configs/element.nix
|
|
||||||
./configs/nvim.nix
|
|
||||||
|
|
||||||
# terminal
|
|
||||||
#./configs/st.nix # too minimal, most things dont work without a million tweaks
|
|
||||||
#./configs/kitty.nix # uses their own stupid xterm extension...
|
|
||||||
./configs/alacritty.nix # just perfect, tho too much gpu usage
|
|
||||||
|
|
||||||
# apps
|
|
||||||
./apps/graphics.nix
|
|
||||||
|
|
||||||
# other
|
|
||||||
./configs/firewall.nix
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue