This commit is contained in:
Charles Sirois 2025-04-11 11:55:19 -04:00
parent 0afd1fe82d
commit 8108ea8197

View file

@ -1,5 +1,10 @@
{pkgs, inputs, system, config, ...}: {
let pkgs,
inputs,
system,
config,
...
}: let
my-emacs = pkgs.emacsNativeComp; my-emacs = pkgs.emacsNativeComp;
in { in {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -14,6 +19,8 @@ in{
nix-output-monitor nix-output-monitor
# work tool # work tool
doppler
docker
git git
gnupg gnupg
(pass.withExtensions (exts: [exts.pass-otp])) (pass.withExtensions (exts: [exts.pass-otp]))