mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
theme = "robbyrussell";
|
theme = "robbyrussell";
|
||||||
};
|
};
|
||||||
|
shellInit = ''
|
||||||
|
beetn() {
|
||||||
|
echo "$*" | aichat -cer beets
|
||||||
|
}
|
||||||
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# shell
|
# shell
|
||||||
ff = "clear && fastfetch";
|
ff = "clear && fastfetch";
|
||||||
|
|||||||
@@ -6,19 +6,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# services = {
|
environment.systemPackages = [
|
||||||
# nextjs-ollama-llm-ui.enable = false;
|
pkgs.aichat
|
||||||
# ollama = {
|
];
|
||||||
# enable = false;
|
|
||||||
# package = pkgs.ollama-rocm;
|
|
||||||
# environmentVariables = {
|
|
||||||
# HSA_OVERRIDE_GFX_VERSION = "11.5.0";
|
|
||||||
# HCC_AMDGPU_TARGET = "gfx1150"; # used to be necessary, but doesn't seem to anymore
|
|
||||||
# };
|
|
||||||
# user = "ollama"; # "${xlib.device.username}";
|
|
||||||
# group = "ollama";
|
|
||||||
# acceleration = "rocm";
|
|
||||||
# rocmOverrideGfx = "11.5.0";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user