mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
updated option name
This commit is contained in:
parent
999aed6a59
commit
8ea034b843
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ in
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
airline = {
|
airline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerline = true;
|
powerlineFonts = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;
|
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;
|
||||||
|
|
Loading…
Reference in a new issue