feat: add nvd package and show diff on switch

Changed files
+7 -2
global
programs
+4 -1
global/core.nix
···
-
{ pkgs, ... }:
{
# Set default i18n configuration
i18n.defaultLocale = "en_US.UTF-8";
console = {
···
+
{ pkgs, ... }:
{
+
includes = [
+
./upgrade-diff.nix
+
];
# Set default i18n configuration
i18n.defaultLocale = "en_US.UTF-8";
console = {
+3 -1
global/programs/misc.nix
···
{ pkgs, ... }:
{
-
# Miscellaneous packages that do not have an option.
# It is recommended to use packages.<package>.enable when possible.
# To search for a specific package, run this command.
···
file
ripgrep
ack
git-crypt
];
···
{ pkgs, ... }:
{
+
# Miscellaneous packages that do not have an option.
# It is recommended to use packages.<package>.enable when possible.
# To search for a specific package, run this command.
···
file
ripgrep
ack
+
+
nvd
git-crypt
];