mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
3 commits
375515f233
...
f61021d9fa
Author | SHA1 | Date | |
---|---|---|---|
f61021d9fa | |||
b6393532e4 | |||
a09bc13600 |
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