Adapt package names to new top-level nomenclature

This commit is contained in:
coolneng 2024-09-03 11:39:42 +02:00
parent 42b8f67be8
commit a806ba4ef2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ with pkgs;
# GPG agent # GPG agent
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryFlavor = "gnome3"; pinentryPackage = pinentry-gnome3;
}; };
# Tmux # Tmux

View File

@ -78,7 +78,7 @@ in
# Productivity # Productivity
zathura zathura
libreoffice-fresh libreoffice-fresh
gnome.simple-scan simple-scan
bc bc
citrix_workspace citrix_workspace
teams-for-linux teams-for-linux
@ -116,7 +116,7 @@ in
## Nix ## Nix
nixfmt-rfc-style nixfmt-rfc-style
## Python ## Python
nodePackages.pyright pyright
black black
## C/C++ ## C/C++
clang-tools clang-tools