diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-09 16:36:02 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-09 16:36:02 -0800 |
commit | 1de6730e5778fb238fd74b3a5f269d47bfb60487 (patch) | |
tree | 0e2c2bd2636caafe389d78775a78f36d9ac14baa /desktop | |
parent | 8eb423887c43195530196cf3b418ddd8ccf5abe8 (diff) |
fix iso image
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/home.nix b/desktop/home.nix index c3c48b4..594ac44 100644 --- a/desktop/home.nix +++ b/desktop/home.nix @@ -1020,7 +1020,7 @@ on-notify=exec mpv /home/${vars.userName}/sounds/notification.wav --no-config -- g = "git"; v = "vim"; py = "python3"; - rb = "doas nixos-rebuild switch"; + rb = "doas nixos-rebuild switch --flake .#continuity-dell"; nfu = "cd ~/src/toughnix && 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/ ${vars.websiteLocation}"; |