style: reformat all nix files
This commit is contained in:
parent
0b5daa99ed
commit
2dcb901ae1
8 changed files with 51 additions and 47 deletions
|
@ -21,7 +21,8 @@ let
|
|||
home.username = user;
|
||||
home.homeDirectory = "/home/${user}";
|
||||
}
|
||||
] ++ modules;
|
||||
]
|
||||
++ modules;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -29,7 +29,8 @@ let
|
|||
configPath = [
|
||||
"config"
|
||||
"content" # due to mkIf
|
||||
] ++ modulePath;
|
||||
]
|
||||
++ modulePath;
|
||||
in
|
||||
lib.updateManyAttrsByPath
|
||||
[
|
||||
|
|
|
@ -33,7 +33,8 @@ let
|
|||
categories = [
|
||||
"Network"
|
||||
"WebBrowser"
|
||||
] ++ lib.optional isSecure "Security";
|
||||
]
|
||||
++ lib.optional isSecure "Security";
|
||||
};
|
||||
in
|
||||
pkgs.runCommand pname { } ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue