From 0027043a9538fc898ce5161b9a48c3affecc6750 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 13 Dec 2024 16:40:43 -0500 Subject: [PATCH] small tweaks --- flake.lock | 6 +++--- home/home.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 996d77a..006f988 100644 --- a/flake.lock +++ b/flake.lock @@ -174,11 +174,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1733759999, - "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", + "lastModified": 1733940404, + "narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", + "rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "type": "github" }, "original": { diff --git a/home/home.nix b/home/home.nix index 9e5b27a..53093b3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -619,7 +619,7 @@ xdg.configFile."emacs".enable = false; home.file.".msmtprc".source = ../dotfiles/dot_msmtprc; home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc; - + xdg.configFile."isyncrc".enable = false; home.file.".local/bin" = { source = ../dotfiles/dot_local/bin; recursive = true;