hoe manager part 3

This commit is contained in:
marty 2025-12-17 16:36:05 +00:00
parent 00c7b72fcd
commit 3fea6b47f3
5 changed files with 21 additions and 14 deletions

View file

@ -17,10 +17,12 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
home.packages = with pkgs; [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
hello
rbw
pinentry-curses
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the