style: nix fmt

This commit is contained in:
Oliver Davies 2023-09-27 21:02:06 +01:00
parent 82122ee03b
commit 09981552c6

View file

@ -8,7 +8,8 @@ let
in
inputs.nixpkgs.lib.nixosSystem {
modules = [
inputs.home-manager.nixosModules.home-manager {
inputs.home-manager.nixosModules.home-manager
{
home-manager = {
extraSpecialArgs = { inherit inputs desktop self username; };
useGlobalPkgs = true;