Adapt package names to new top-level nomenclature
This commit is contained in:
parent
42b8f67be8
commit
a806ba4ef2
|
@ -76,7 +76,7 @@ with pkgs;
|
|||
# GPG agent
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pinentry-gnome3;
|
||||
};
|
||||
|
||||
# Tmux
|
||||
|
|
|
@ -78,7 +78,7 @@ in
|
|||
# Productivity
|
||||
zathura
|
||||
libreoffice-fresh
|
||||
gnome.simple-scan
|
||||
simple-scan
|
||||
bc
|
||||
citrix_workspace
|
||||
teams-for-linux
|
||||
|
@ -116,7 +116,7 @@ in
|
|||
## Nix
|
||||
nixfmt-rfc-style
|
||||
## Python
|
||||
nodePackages.pyright
|
||||
pyright
|
||||
black
|
||||
## C/C++
|
||||
clang-tools
|
||||
|
|
Loading…
Reference in New Issue