Nix Flakes configuration for MacOS, NixOS and WSL

feat(njord): add signing commit tool

+6 -5
+6 -5
modules/hosts/njord/configuration.nix
··· 102 102 ]; 103 103 104 104 homebrew.casks = [ 105 - "amethyst" # Window manager 106 - "discord" # Discord client - used instead of the nix one for krisp 107 - "figma" # Collaborative design application 108 - "zed" # Code editor 109 - "logi-options+" # 105 + "amethyst" # Window manager 106 + "discord" # Discord client - used instead of the nix one for krisp 107 + "figma" # Collaborative design application 108 + "gpg-suite-no-mail" # Signing tool for commits 109 + "logi-options+" # 110 + "zed" # Code editor 110 111 ]; 111 112 }; 112 113 in