Merge branch 'master' of ssh://ssh.nx2.site:20022/nx2/dotfiles
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ pkgs, pkgs-unstable, ... }:
|
||||
{
|
||||
# there also is a system module
|
||||
home.packages = with pkgs; [
|
||||
home.packages = (with pkgs; [
|
||||
gnupg
|
||||
gpg-tui
|
||||
] ++ ( with pkgs-unstable; [
|
||||
]) ++ ( with pkgs-unstable; [
|
||||
pinentry-all
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user