chore: added new packages

This commit is contained in:
Nick 2024-11-06 21:58:16 -06:00
parent aaa4a8ef2a
commit 354268c8e5

View file

@ -26,6 +26,8 @@ let
"bottom" "bottom"
"brave" "brave"
"direnv" "direnv"
"fastfetch"
"flameshot"
"freetube" "freetube"
"git" "git"
"helix" "helix"
@ -38,6 +40,7 @@ let
"vscode" "vscode"
"wezterm" "wezterm"
"yazi" "yazi"
"yt-dlp"
"zellij" "zellij"
"zoxide" "zoxide"
]) ])
@ -59,7 +62,6 @@ let
"productionVideo" "productionVideo"
"productionWriting" "productionWriting"
"tracking" "tracking"
"virtualization"
]); ]);
in { in {
flake.homeModules = { flake.homeModules = {
@ -69,6 +71,7 @@ in {
(modules) (modules)
brave brave
firefox firefox
flameshot
misc-android misc-android
misc-desktop misc-desktop
misc-internet misc-internet
@ -113,6 +116,7 @@ in {
(modules) (modules)
misc-productionVideo misc-productionVideo
obs-studio obs-studio
yt-dlp
; ;
}; };
}; };
@ -133,17 +137,16 @@ in {
bat bat
bottom bottom
direnv direnv
fastfetch
git git
helix helix
home-manager home-manager
lazygit lazygit
misc-commandLine misc-commandLine
misc-virtualization
nushell nushell
starship starship
wezterm wezterm
# yazi yazi
zellij zellij
zoxide zoxide
; ;