aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-02 11:27:47 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-02 11:27:47 -0800
commit59fd05d0584a77035073e93a538b71a8f409bacb (patch)
tree75d9f0aa422b1c1b71cbb302dda26b0b945c0e50 /home.nix
parent73f994fed5d40ba53282b75c92658d7fa4616a72 (diff)
new flake lock
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/home.nix b/home.nix
index 7b0b23f..6268007 100644
--- a/home.nix
+++ b/home.nix
@@ -72,6 +72,9 @@
vscode-langservers-extracted
x11_ssh_askpass
xdg-utils
+ nodejs
+ yarn
+ jq
(aspellWithDicts
(dicts: with dicts; [ en en-computers en-science ]))
(nerdfonts.override { fonts = [ "Iosevka" ]; })
@@ -988,6 +991,8 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video
py = "python3";
rb = "doas nixos-rebuild switch";
nfu = "cd ~/src/hyprnixmacs && git add . && git commit -m \"new flake lock\" && cd /etc/nixos/ && doas nix flake update";
+ usite
+ = "cd ~/src/publish-org-roam-ui && bash local.sh && rm -rf ~/website_html/graph_view; cp -r ~/src/publish-org-roam-ui/out ~/website_html/graph_view && rsync -azvP --chmod=\"Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r\" ~/website_html/ root@nullring.xyz:/usr/share/nginx/ret2pop/";
sai = "eval \"$(ssh-agent -s)\" && ssh-add ~/.ssh/id_ed25519 && ssh-add -l";
i3 = "exec ${pkgs.i3-gaps}/bin/i3";
};
@@ -1084,7 +1089,7 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video
mbsync = {
enable = true;
extraConfig = ''
- IMAPAccount prestonpan
+ IMAPAccount ret2pop
Host imap.gmail.com
User ret2pop@gmail.com
PassCmd "pass Mail"
@@ -1093,17 +1098,17 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video
AuthMechs *
CertificateFile /etc/ssl/certs/ca-certificates.crt
- IMAPStore prestonpan-remote
- Account prestonpan
+ IMAPStore ret2pop-remote
+ Account ret2pop
- MaildirStore prestonpan-local
+ MaildirStore ret2pop-local
Path ~/email/ret2pop/
Inbox ~/email/ret2pop/INBOX
SubFolders Verbatim
- Channel prestonpan
- Far :prestonpan-remote:
- Near :prestonpan-local:
+ Channel ret2pop
+ Far :ret2pop-remote:
+ Near :ret2pop-local:
Patterns *
Create Near
Sync All