style expand inputs to multi line
This commit is contained in:
parent
cf3eb48ee7
commit
1446a413c3
1 changed files with 5 additions and 2 deletions
7
home.nix
7
home.nix
|
|
@ -1,5 +1,8 @@
|
||||||
{ config, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
home.username = "yisroel";
|
home.username = "yisroel";
|
||||||
home.homeDirectory = "/home/yisroel";
|
home.homeDirectory = "/home/yisroel";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue