diff options
| author | stefan <stefan@s00.xyz> | 2025-03-10 00:42:32 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-10 00:42:32 -0400 |
| commit | 54200271fffc4c9e267197e05bb776e0e6cb9a1b (patch) | |
| tree | 2611daf22537997f205ce22b9ca7b0f198d4e5ae /form | |
| parent | 5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (diff) | |
| download | home-54200271fffc4c9e267197e05bb776e0e6cb9a1b.tar.gz | |
updates
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 1 | ||||
| -rw-r--r-- | form/home.nix | 4 |
2 files changed, 4 insertions, 1 deletions
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 = { |