permissions
correct permissions of the scripts
This commit is contained in:
7
home/programs/nixvim/plugins/aerial.nix
Normal file
7
home/programs/nixvim/plugins/aerial.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
aerial.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./aerial.nix
|
||||
./autopairs.nix
|
||||
./barbar.nix
|
||||
./bullets.nix
|
||||
|
||||
Reference in New Issue
Block a user