From 6283a63524f31723d22749da5eb9064e7ad643b6 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 24 Mar 2025 23:58:41 +0800 Subject: [PATCH] docs: add acknowledgement to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 713d877..4941513 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ - https://www.youtube.com/watch?v=CwfKlX3rA6E for piquing my interest in this OS in the first place - https://nixos-and-flakes.thiscute.world/ for teaching me about nix, nixos, flakes, and home-manager in an extremely easy to follow and well-documented fashion - https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html for teaching me how to trivially sign my commits +- https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm3jbcm/ for an easy way to list all installed packages (`nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq`)