mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed a dumb depreciation warning
This commit is contained in:
parent
375515f233
commit
a09bc13600
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ in
|
||||||
presence-nvim.enable = true;
|
presence-nvim.enable = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
airline = {
|
airline = {
|
||||||
enable = true;
|
enable = 1;
|
||||||
settings.powerline_fonts = true;
|
settings.powerline_fonts = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue