mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
No commits in common. "f61021d9fab8ff683257e67237db6af92dae9414" and "375515f23376f8a14c213140fd6040ef4ab62298" have entirely different histories.
f61021d9fa
...
375515f233
1 changed files with 1 additions and 2 deletions
|
@ -161,7 +161,6 @@ in
|
|||
];
|
||||
|
||||
plugins = {
|
||||
web-devicons.enable = true; # text icons
|
||||
typescript-tools.enable = true;
|
||||
zig.enable = true;
|
||||
|
||||
|
@ -257,7 +256,7 @@ in
|
|||
nix.enable = true;
|
||||
airline = {
|
||||
enable = true;
|
||||
settings.powerline_fonts = 1;
|
||||
settings.powerline_fonts = true;
|
||||
};
|
||||
};
|
||||
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;
|
||||
|
|
Loading…
Reference in a new issue