summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-26 13:20:44 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-26 13:20:44 -0500
commitd47d76336a9680b661220d23c5d429d90a2f3f9e (patch)
tree741291864d3349dbcbe00346974a747a350924bc /configuration.nix
parentf10624e907621458407be98a567918afe77d59b6 (diff)
move more files out of configuration.nix
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/configuration.nix b/configuration.nix
index de8beeb..19f11e2 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -409,8 +409,6 @@
fuzzel
swaybg
- mako
-
stow
lua-language-server
@@ -459,16 +457,6 @@
services.pcscd.enable = true;
- # services.ollama = {
- # enable = true;
- # package = pkgs.ollama-rocm;
- # environmentVariables = {
- # HIP_VISIBLE_DEVICES = "0";
- # OLLAMA_CONTEXT_LENGTH = "32768";
- # OLLAMA_KV_CACHE_TYPE = "q8_0";
- # };
- # };
-
programs.neovim = {
enable = true;
defaultEditor = true;