refactor: auto-format

This commit is contained in:
Michael Mandl 2022-06-26 14:44:53 +02:00
parent 7a70125a21
commit 9c1e1a5243
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -23,7 +23,8 @@
./machines/nixos-vm/configuration.nix
./machines/nixos-vm/hardware-configuration.nix
home-manager.nixosModules.home-manager {
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit user; };
@ -43,7 +44,8 @@
./machines/apache/configuration.nix
./machines/apache/hardware-configuration.nix
home-manager.nixosModules.home-manager {
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit user; };