mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
145 current 2024-05-26 01:11:49 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
b9bab2fa8a
commit
8541404f95
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, config }:let
|
||||
{ pkgs, config }:
|
||||
let
|
||||
cpkg = import ../customPackages { inherit pkgs; };
|
||||
in {
|
||||
in
|
||||
{
|
||||
dev = with pkgs;[
|
||||
nodePackages_latest.typescript-language-server
|
||||
cargo
|
||||
|
@ -54,6 +56,7 @@ in {
|
|||
libsForQt5.kinit
|
||||
];
|
||||
general = with pkgs; [
|
||||
sops
|
||||
fzf
|
||||
zsh-powerlevel10k
|
||||
zsh-syntax-highlighting
|
||||
|
|
Loading…
Reference in a new issue