mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
more apps
This commit is contained in:
parent
9767be163b
commit
7e6878af94
4 changed files with 21 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ in {
|
|||
|
||||
# Social
|
||||
reddit-enhancement-suite
|
||||
|
||||
# Development
|
||||
react-devtools
|
||||
refined-github
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
6
modules/apps/ollama.nix
Normal file
6
modules/apps/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
}
|
||||
9
modules/dev/javascript.nix
Normal file
9
modules/dev/javascript.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.nodejs_22
|
||||
];
|
||||
|
||||
}
|
||||
|
|
@ -4,7 +4,9 @@
|
|||
./apps/vscode.nix
|
||||
./apps/sublime-merge.nix
|
||||
./apps/virtualbox.nix
|
||||
./apps/ollama.nix
|
||||
./dev/python.nix
|
||||
./dev/javascript.nix
|
||||
./dev/k8s.nix
|
||||
./dev/docker.nix
|
||||
./dev/tilt.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue