From 54200271fffc4c9e267197e05bb776e0e6cb9a1b Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 10 Mar 2025 00:42:32 -0400 Subject: updates --- form/configuration.nix | 1 + form/home.nix | 4 +++- modules/global.nix | 1 + modules/gpg/default.nix | 3 +++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/form/configuration.nix b/form/configuration.nix index d78bcd9..c8e78c9 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -71,6 +71,7 @@ neovim wl-clipboard wmenu + gnupg ]; environment.pathsToLink = [ "/share/zsh" ]; diff --git a/form/home.nix b/form/home.nix index 1836a34..24b8a75 100644 --- a/form/home.nix +++ b/form/home.nix @@ -8,7 +8,7 @@ config.modules = { global = { wayland = true; - + extraPackages = with pkgs; [ wmenu cmatrix @@ -17,6 +17,8 @@ ]; }; + gpg.enable = true; + foot.enable = true; neovim = { diff --git a/modules/global.nix b/modules/global.nix index adedc50..a5413ff 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -52,6 +52,7 @@ in packages = with pkgs; [ nerd-fonts.comic-shanns-mono + eza ] ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) ++ (lib.optionals cfg.wayland [ diff --git a/modules/gpg/default.nix b/modules/gpg/default.nix index 59323f3..312654d 100644 --- a/modules/gpg/default.nix +++ b/modules/gpg/default.nix @@ -10,6 +10,9 @@ in }; config = mkIf cfg.enable { + home.packages = with pkgs; [ + pinentry-qt + ]; # home.packages = with pkgs; [ # pinentry-bemenu # (writeShellScriptBin "pinentry-menu" '' -- cgit v1.2.3