create seperate packages.nix module
This commit is contained in:
@@ -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
|
||||
]
|
||||
Reference in New Issue
Block a user