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