缩减行数

This commit is contained in:
陈浩南 2023-12-04 21:41:23 +08:00
parent f642e11739
commit 13363f42a1

View File

@ -404,11 +404,7 @@ inputs:
programs =
{
wireshark = { enable = true; package = inputs.pkgs.wireshark; };
firefox =
{
enable = true;
languagePacks = [ "zh-CN" "en-US" ];
};
firefox = { enable = true; languagePacks = [ "zh-CN" "en-US" ]; };
vim.package = inputs.pkgs.vim-full;
};
nixpkgs.config.packageOverrides = pkgs: