This commit is contained in:
4DBug
2025-03-11 00:15:58 -05:00
parent 715b945040
commit 829fc6abc4

View File

@@ -8,24 +8,29 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
vscode vscode
neofetch
git git
nodejs
python3
luau luau
luajit luajit
luarocks luarocks
nicotine-plus nodejs
vesktop
blender blender
plasticity plasticity
obsidian
ollama neofetch
gnome-tweaks
syncthing
wine
furnace
python3
tree tree
gnome-tweaks
wine
obsidian
ollama
vesktop
nicotine-plus
furnace
]; ];
}; };
@@ -107,6 +112,8 @@
jack.enable = true; jack.enable = true;
}; };
ollama.enable = true;
syncthing = { syncthing = {
enable = true; enable = true;
user = "bug"; user = "bug";