mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
fixed depreciation warnings
This commit is contained in:
parent
b6393532e4
commit
f61021d9fa
1 changed files with 2 additions and 1 deletions
|
@ -161,6 +161,7 @@ in
|
|||
];
|
||||
|
||||
plugins = {
|
||||
web-devicons.enable = true; # text icons
|
||||
typescript-tools.enable = true;
|
||||
zig.enable = true;
|
||||
|
||||
|
@ -256,7 +257,7 @@ in
|
|||
nix.enable = true;
|
||||
airline = {
|
||||
enable = true;
|
||||
settings.powerline_fonts = true;
|
||||
settings.powerline_fonts = 1;
|
||||
};
|
||||
};
|
||||
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;
|
||||
|
|
Loading…
Reference in a new issue