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 ;