hoe manager part 3
This commit is contained in:
parent
00c7b72fcd
commit
3fea6b47f3
5 changed files with 21 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue