mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
commit
4adfb8b313
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 [
|
sqlite_lib = if builtins.elem pkgs.system [
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
|
|
@ -160,6 +160,10 @@ in {
|
||||||
];
|
];
|
||||||
plugins = [ pkgs.vimPlugins.lazy-nvim ]; # let lazy.nvim manage every other plugin
|
plugins = [ pkgs.vimPlugins.lazy-nvim ]; # let lazy.nvim manage every other plugin
|
||||||
};
|
};
|
||||||
|
nh = {
|
||||||
|
enable = true;
|
||||||
|
flake = "/Users/${username}/repos/dots";
|
||||||
|
};
|
||||||
oh-my-posh = {
|
oh-my-posh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue