From 354268c8e5eba2532a06eaaeaab74667eb3e0582 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 6 Nov 2024 21:58:16 -0600 Subject: [PATCH] chore: added new packages --- home-manager/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/home-manager/default.nix b/home-manager/default.nix index ef0835f..b780c43 100755 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -26,6 +26,8 @@ let "bottom" "brave" "direnv" + "fastfetch" + "flameshot" "freetube" "git" "helix" @@ -38,6 +40,7 @@ let "vscode" "wezterm" "yazi" + "yt-dlp" "zellij" "zoxide" ]) @@ -59,7 +62,6 @@ let "productionVideo" "productionWriting" "tracking" - "virtualization" ]); in { flake.homeModules = { @@ -69,6 +71,7 @@ in { (modules) brave firefox + flameshot misc-android misc-desktop misc-internet @@ -113,6 +116,7 @@ in { (modules) misc-productionVideo obs-studio + yt-dlp ; }; }; @@ -133,17 +137,16 @@ in { bat bottom direnv + fastfetch git helix home-manager lazygit misc-commandLine - misc-virtualization nushell starship wezterm - # yazi - + yazi zellij zoxide ;