added home packages
This commit is contained in:
parent
4c340e7a17
commit
ca8e99fac0
1 changed files with 8 additions and 1 deletions
|
|
@ -41,7 +41,14 @@
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
packages = [
|
packages = with pkgs; [
|
||||||
|
freecad
|
||||||
|
calibre
|
||||||
|
bitwarden
|
||||||
|
firefox
|
||||||
|
gimp
|
||||||
|
neofetch
|
||||||
|
vlc
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue