summaryrefslogtreecommitdiff
path: root/lib/linux.nix
diff options
context:
space:
mode:
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 = {