From a715f50f2b719eb3a3c8e0e1dbcebaedd8b36b10 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Fri, 8 Aug 2025 15:52:53 -0600 Subject: [PATCH] update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb2121..f5da218 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +## Screenshots + +[Click here](https://old.reddit.com/r/unixporn/comments/1ml7w96/sway_minimalist_rice_on_nixos/) + + ## Unified nix configuration Switch server: `nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps` @@ -6,6 +11,7 @@ Switch current machine: `sudo nixos-rebuild switch --flake . --show-trace` Switch current home manager: `home-manager switch --flake . --show-trace` -Update homepage: `nix flake update --commit-lock-file --update-input homepage` +Update homepage: `nix flake update --commit-lock-file homepage` + +Update whole flake: `nix flake update --commit-lock-file` -Update whole flake: `nix flake update --commit-lock-file` \ No newline at end of file