Vim, XDG, notmuch changes.

This commit is contained in:
kat witch 2021-03-14 02:56:41 +00:00
parent 6b566d6b94
commit a15204bf40
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 51 additions and 52 deletions

View file

@ -1,9 +1,7 @@
{ sources, ... }:
{
disabledModules = [
"programs/vim.nix"
];
disabledModules = [ "programs/vim.nix" ];
imports = [
./vim.nix
(sources.tf-nix + "/modules/home/secrets.nix")