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