push
This commit is contained in:
31
main.nix
31
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";
|
||||
|
||||
Reference in New Issue
Block a user