diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
| commit | 147b01347fabbbe76ee6efb75ae0d3730ae52c0b (patch) | |
| tree | 050bd4ed0a5dcfe3e8714c0fc980f9ea9e17a651 /nix/modules/home/user.nix | |
| parent | 13e815b65599c7092d566b1ec49dd26776f60e6d (diff) | |
update NixOS configuration and journal twice
Diffstat (limited to 'nix/modules/home/user.nix')
| -rw-r--r-- | nix/modules/home/user.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix index 1087ebc..709caf0 100644 --- a/nix/modules/home/user.nix +++ b/nix/modules/home/user.nix @@ -37,7 +37,8 @@ graphviz jq # Apps - octaveFull vesktop grim swww vim + octaveFull + vesktop grim swww vim # Sound/media pavucontrol alsa-utils imagemagick ffmpeg helvum @@ -85,7 +86,7 @@ nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos- services = { gpg-agent = { - pinentryPackage = pkgs.pinentry-emacs; + pinentry.package = pkgs.pinentry-emacs; enable = true; extraConfig = '' allow-emacs-pinentry |
