style: nix fmt
This commit is contained in:
parent
82122ee03b
commit
09981552c6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ let
|
||||||
in
|
in
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
inputs.home-manager.nixosModules.home-manager {
|
inputs.home-manager.nixosModules.home-manager
|
||||||
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = { inherit inputs desktop self username; };
|
extraSpecialArgs = { inherit inputs desktop self username; };
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue