summaryrefslogtreecommitdiff
path: root/lib/linux.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 /lib/linux.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 'lib/linux.nix')
-rw-r--r--lib/linux.nix20
1 files changed, 9 insertions, 11 deletions
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
#<catppuccin/modules/home-manager>
-
];
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 = {