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 --- lib/linux.nix | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'lib/linux.nix') diff --git a/lib/linux.nix b/lib/linux.nix index 51fa65d..d4568c4 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -15,10 +15,8 @@ in { imports = [ ./common.nix - # nix-channel --add https://github.com/catppuccin/nix/archive/main.tar.gz catppuccin # - ]; home = { pointerCursor = { @@ -129,12 +127,6 @@ in kbfs.enable = false; keybase.enable = false; - mbsync = { - frequency = "*:0/5"; - postExec = "${pkgs.notmuch}/bin/notmuch new"; - }; - - dunst = { enable = true; settings = { @@ -210,9 +202,15 @@ in }; }; - programs.gpg.enable = true; - programs = { + programs.gpg = { + enable = true; + scdaemonSettings = { + disable-ccid = true; + card-timeout = "5"; + }; + }; + programs = { git.signing.signByDefault = true; firefox = { @@ -221,7 +219,7 @@ in if lib.versionAtLeast config.home.stateVersion "19.09" then pkgs.firefox else pkgs.firefox-unwrapped; - nativeMessagingHosts = [ pkgs.firefoxpwa ]; + nativeMessagingHosts = [ pkgs.firefoxpwa pkgs.passff-host ]; }; qutebrowser = { -- cgit v1.2.3