added home packages

This commit is contained in:
Steven Carpenter 2024-04-13 04:35:09 -04:00
parent 4c340e7a17
commit ca8e99fac0

View file

@ -41,7 +41,14 @@
# The home.packages option allows you to install Nix packages into your
# environment.
packages = [
packages = with pkgs; [
freecad
calibre
bitwarden
firefox
gimp
neofetch
vlc
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello