mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
gen10
This commit is contained in:
parent
3ff64bf72c
commit
45057cfb07
4 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
||||||
delve
|
delve
|
||||||
ldtk
|
ldtk
|
||||||
libresprite
|
libresprite
|
||||||
|
gh
|
||||||
|
btop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable home-manager
|
# Enable home-manager
|
||||||
|
|
|
@ -285,6 +285,8 @@
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
preselect = "cmp.PreselectMode.Item";
|
||||||
|
complition.completeopt = "menu,menuone";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
tmux-navigator.enable = true;
|
tmux-navigator.enable = true;
|
||||||
|
|
|
@ -22,6 +22,12 @@
|
||||||
|
|
||||||
alias wails='$(go env GOPATH)/bin/wails'
|
alias wails='$(go env GOPATH)/bin/wails'
|
||||||
'';
|
'';
|
||||||
|
prezto = {
|
||||||
|
tmux = {
|
||||||
|
autoStartLocal = true;
|
||||||
|
autoStartRemote = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
oh-my-posh = {
|
oh-my-posh = {
|
||||||
|
|
|
@ -39,5 +39,6 @@
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
|
host = "0.0.0.0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue