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 ]; }; };