project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-04-30 22:54:40 +01:00
parent 389d3fa702
commit 79452a5a0c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,5 @@
{ config, pkgs, lib, ... }:
{
programs.weechat = {
enable = true;
};
programs.weechat = { enable = true; };
}