Skip to content

Commit 8c35f0c

Browse files
committed
📦 (nvfetcher.toml) Update package list
✨ (home.nix) Add packages
1 parent 6a1ab24 commit 8c35f0c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

home.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ rec {
152152
nurpkgs.bsky
153153

154154
# ========== OTHER TOOLS ==========
155+
algia
155156
polybarFull
156157
devenv
157158

nvfetcher.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@ src.git = "https://github.com/copilot-emacs/copilot.el"
5555
fetch.github = "copilot-emacs/copilot.el"
5656

5757
[folding-mode]
58-
src.git = "https://github.com/jaalto/project-emacs--folding-mode"
59-
fetch.github = "jaalto/project-emacs--folding-mode"
58+
src.git = "https://github.com/magnars/fold-this.el"
59+
fetch.github = "magnars/fold-this.el"
60+
61+
[scroll-page-without-moving-point]
62+
src.git = "https://github.com/tanrax/scroll-page-without-moving-point.el"
63+
fetch.github = "tanrax/scroll-page-without-moving-point.el"

0 commit comments

Comments
 (0)