Skip to content

Commit

Permalink
feat: keybase and pinentry-tty support
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Sep 29, 2024
1 parent 630fb7d commit 8dec565
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home-manager/mixins/services/keybase.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{ desktop, lib, ... }: {
{ desktop, lib, pkgs, ... }: {
imports = lib.optionals (desktop != null) [
../desktop/keybase.nix
];

home.packages = with pkgs; [
keybase
];

services = {
kbfs = {
enable = true;
Expand Down
1 change: 1 addition & 0 deletions home-manager/mixins/users/tcarrio/hosts/glass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
with lib.hm.gvariant;
{
imports = [
../../../services/keybase.nix
../../../services/mpris-proxy.nix
];
dconf.settings = {
Expand Down
1 change: 1 addition & 0 deletions nixos/mixins/users/tcarrio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ in
environment.systemPackages = with pkgs; [
yadm # Terminal dot file manager
neovim
pinentry-tty
];

# enable GPG agent with full support
Expand Down

0 comments on commit 8dec565

Please sign in to comment.