feat(nix): Preparing common packages

This commit is contained in:
Ahmad Ansori Palembani 2024-10-16 08:28:06 +07:00
parent 6a5c04a1e4
commit 9147da1a71
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 18 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, vars, ... }:
{ pkgs, config, vars, common, ... }:
{
# I don't want to risk breaking my hackintosh setup in case Apple decided to
@ -15,8 +15,7 @@
py.dnspython
]));
in
[
pkgs.zsh
common.packages ++ [
pkgs.git
pkgs.vim
pkgs.neovim