create seperate packages.nix module

This commit is contained in:
2026-07-10 22:06:33 +02:00
parent b2f95e2f95
commit 59bc906413
3 changed files with 26 additions and 18 deletions
+17
View File
@@ -0,0 +1,17 @@
{ pkgs, inputs, ... }:
with pkgs;
[
fastfetch
htop
neovim
lazygit
git
ghostty
wget
stow
fish
bat
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
]