fixes nixvim integration on work mac
This commit is contained in:
parent
41fe8c0e8e
commit
9e4ad136fe
3 changed files with 39 additions and 39 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
home.username = "dennis";
|
||||
|
|
@ -14,13 +14,13 @@
|
|||
xdg.enable = true;
|
||||
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
../modules/git
|
||||
../modules/zoxide
|
||||
../modules/fish
|
||||
../modules/ghostty
|
||||
../modules/tmux
|
||||
../modules/tmuxinator/work.nix
|
||||
../modules/nixvim
|
||||
../modules/lazygit
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue