feat(nix): Preparing common packages
This commit is contained in:
parent
6a5c04a1e4
commit
9147da1a71
5 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue