mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
parent
902f607008
commit
2ebacb04c1
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }: let
|
||||
{ inputs, pkgs, username, ... }: let
|
||||
sqlite_lib = if builtins.elem pkgs.system [
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
|
|
@ -160,6 +160,10 @@ in {
|
|||
];
|
||||
plugins = [ pkgs.vimPlugins.lazy-nvim ]; # let lazy.nvim manage every other plugin
|
||||
};
|
||||
nh = {
|
||||
enable = true;
|
||||
flake = "/Users/${username}/repos/dots";
|
||||
};
|
||||
oh-my-posh = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue