From 98bee4bb031d6a0802ffe5a33119bc2316e6cb05 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 18 Apr 2025 12:53:49 -0400 Subject: lots of changes to get laptop (boron) working - changed email address everywhere - added calendars - lots of emacs packages added/fixed - some tweaks for my laptop setup (fonts, gpg signing) - gpg forwarding over ssh finally works now!!! - refactored some stuff to accomodate laptop --- profiles/beryllium.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'profiles/beryllium.nix') diff --git a/profiles/beryllium.nix b/profiles/beryllium.nix index f861d94..d9e2faa 100644 --- a/profiles/beryllium.nix +++ b/profiles/beryllium.nix @@ -8,20 +8,22 @@ let xresourcesFile; in { imports = [ + ../lib/calendars.nix + ../lib/common.nix + ../lib/emacs.nix + ../lib/email.nix ../lib/linux.nix - ../lib/urxvt.nix + ../lib/packages.nix ../lib/polybar.nix ../lib/ssh.nix - ../lib/packages.nix - ../lib/emacs.nix - ../lib/email.nix + ../lib/urxvt.nix ]; home = { packages = with pkgs; [ zulip reaper - obs-studio + obs-studio ]; }; -- cgit v1.2.3