mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Revert "fixed a dumb depreciation warning"
This reverts commit a09bc13600
.
This commit is contained in:
parent
a09bc13600
commit
b6393532e4
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 = 1;
|
enable = true;
|
||||||
settings.powerline_fonts = true;
|
settings.powerline_fonts = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue