Global nixfmt

This commit is contained in:
Fabian Hauser 2022-01-03 11:54:05 +01:00
parent 8306da0f09
commit 2bcc955f07
3 changed files with 12 additions and 17 deletions

View file

@ -1,5 +1,3 @@
{ config, lib, pkgs, modulesPath, ... }: {
hardware.rasdaemon = {
enable = true;
};
hardware.rasdaemon = { enable = true; };
}