summaryrefslogtreecommitdiff
path: root/machines/boron.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 /machines/boron.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 'machines/boron.nix')
-rw-r--r--machines/boron.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/boron.nix b/machines/boron.nix
index a7963cd..c56d61c 100644
--- a/machines/boron.nix
+++ b/machines/boron.nix
@@ -69,6 +69,10 @@
LC_TIME = "en_US.UTF-8";
};
+ services.pcscd = {
+ enable = true;
+ };
+
# Enable the X11 windowing system.
services.xserver.enable = true;
@@ -134,6 +138,7 @@
# don't put this in user cfg because it's wayland specific, and i don't use
# wayland everwhere
wl-clipboard
+ zoom-us # need for job searching
];
programs.winbox = {
@@ -151,6 +156,11 @@
# ];
#};
+ programs.firefox = {
+ enable = true;
+ nativeMessagingHosts.passff = true;
+ };
+
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.