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 --- machines/boron.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'machines/boron.nix') 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. -- cgit v1.2.3