From 829fc6abc43aad93e711c1bd8e4088cc56431cbf Mon Sep 17 00:00:00 2001 From: 4DBug Date: Tue, 11 Mar 2025 00:15:58 -0500 Subject: [PATCH] push --- main.nix | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/main.nix b/main.nix index 868261d..0b3e180 100644 --- a/main.nix +++ b/main.nix @@ -8,24 +8,29 @@ extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ vscode - neofetch git - nodejs + + python3 luau - luajit + luajit luarocks - nicotine-plus - vesktop + nodejs + blender plasticity - obsidian - ollama - gnome-tweaks - syncthing - wine - furnace - python3 + + neofetch tree + gnome-tweaks + wine + + obsidian + + ollama + + vesktop + nicotine-plus + furnace ]; }; @@ -107,6 +112,8 @@ jack.enable = true; }; + ollama.enable = true; + syncthing = { enable = true; user = "bug";