From 5f53886265015bca16461bfc8f1b366cb42ca314 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 8 Jul 2025 16:18:27 -0500 Subject: [PATCH] Improve repo features --- README.md | 3 +++ flake.nix | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7398e84 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Laptop configuration + +This is the Nix home-manager configuration for my laptop, allowing me to easily manage a user configuration that can quickly be reproduced on other machines. It is currently being used on a foreign distro (Fedora Asahi Remix), but I plan to switch to NixOS when time allows. diff --git a/flake.nix b/flake.nix index f041db4..d7e57f2 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,7 @@ pkgs.age pkgs.sops pkgs.just + pkgs.forgejo-cli ]; }; };