summaryrefslogtreecommitdiff
path: root/profiles/beryllium.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-04-18 12:53:49 -0400
committerBen Sima <ben@bensima.com>2025-04-18 12:55:04 -0400
commit98bee4bb031d6a0802ffe5a33119bc2316e6cb05 (patch)
tree61999b376458ae9c04d78805859761d266af51c2 /profiles/beryllium.nix
parentb8e841f0bc42a0127462db6ed4052162a53525e1 (diff)
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
Diffstat (limited to 'profiles/beryllium.nix')
-rw-r--r--profiles/beryllium.nix12
1 files changed, 7 insertions, 5 deletions
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
];
};