fixed formating
This commit is contained in:
parent
1acf673ead
commit
52c6b012ca
19 changed files with 142 additions and 134 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./nix.nix
|
||||
./zsh.nix
|
||||
./git.nix
|
||||
./nix.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz = {...}: (base "/home/moritz");
|
||||
home-manager.users.moritz = { ... }: (base "/home/moritz");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@ let
|
|||
cat = "bat";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-syntax-highlighting";
|
||||
src = inputs.zsh-syntax-highlighting;
|
||||
}
|
||||
{
|
||||
name = "zsh-syntax-highlighting";
|
||||
src = inputs.zsh-syntax-highlighting;
|
||||
}
|
||||
];
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
|
|
@ -34,5 +34,5 @@ let
|
|||
in
|
||||
{
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
home-manager.users.moritz = {...}: (base "/home/moritz");
|
||||
home-manager.users.moritz = { ... }: (base "/home/moritz");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue