mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-24 09:47:32 -05:00
Format project with official nixfmt formatter (#21)
* Set nix official formatter for the flake * format the entire project
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
@@ -7,11 +8,11 @@
|
||||
plugins = [
|
||||
{
|
||||
name = "plugins/git";
|
||||
tags = [from:oh-my-zsh];
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
}
|
||||
{
|
||||
name = "fdellwing/zsh-bat";
|
||||
tags = [as:command];
|
||||
tags = [ "as:command" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user