Merge branch 'master' of ssh://ssh.nx2.site:20022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-09 20:24:22 +01:00
25 changed files with 493 additions and 203 deletions

View File

@@ -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
]);