Adding doom, removing spacemacs, minor tweaks to home-manager

This commit is contained in:
2020-05-31 14:08:22 -04:00
parent acc95c004c
commit be72def3c1
8 changed files with 286 additions and 774 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [ pinentry_mac terminal-notifier ];
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
home.file.gpg-agent = {
target = ".gnupg/gpg-agent.conf";