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
|
# GPG agent
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gnome3";
|
pinentryPackage = pinentry-gnome3;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tmux
|
# Tmux
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue