Format using nixfmt
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ user, pkgs, ... }: {
|
||||
{ user, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ fd ];
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
@@ -38,8 +39,14 @@
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
({ name = "plugins/git"; tags = [ "from:oh-my-zsh" ]; })
|
||||
({ name = "modules/prompt"; tags = [ "from:prezto" ]; })
|
||||
({
|
||||
name = "plugins/git";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
})
|
||||
({
|
||||
name = "modules/prompt";
|
||||
tags = [ "from:prezto" ];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user