1
0
Fork 0

Improve repo features

This commit is contained in:
Ethan Reece 2025-07-08 16:18:27 -05:00
parent 6aed85b86d
commit 5f53886265
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 4 additions and 0 deletions

3
README.md Normal file
View file

@ -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.

View file

@ -53,6 +53,7 @@
pkgs.age pkgs.age
pkgs.sops pkgs.sops
pkgs.just pkgs.just
pkgs.forgejo-cli
]; ];
}; };
}; };