From ca8e99fac0e1ee60166315a413f12f82d58555ac Mon Sep 17 00:00:00 2001 From: Steven Carpenter Date: Sat, 13 Apr 2024 04:35:09 -0400 Subject: [PATCH] added home packages --- modules/home-manager/home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/home.nix b/modules/home-manager/home.nix index b2f6425..03c59b0 100644 --- a/modules/home-manager/home.nix +++ b/modules/home-manager/home.nix @@ -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