.dotfiles/profiles/optional/nixos/work.nix
Swarsel 40e81f104b
fix: sops secrets not rendered on boot
also fixes an org-caldav error that required org/appointments.org to
exist
2024-08-04 11:21:51 +02:00

8 lines
147 B
Nix

{ pkgs, ... }:
{
programs._1password.enable = true;
programs._1password-gui.enable = true;
environment.systemPackages = with pkgs; [
];
}