mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-30 05:09:09 +00:00
Compare commits
No commits in common. "619995114504b1f9d6fa9907f85243d2c620297d" and "a692174c0aa81cc9d2af276999700d0c1103044d" have entirely different histories.
6199951145
...
a692174c0a
4 changed files with 8 additions and 22 deletions
|
@ -17,7 +17,6 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
pager = delta
|
pager = delta
|
||||||
editor = vim
|
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
@ -38,4 +37,4 @@
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repos/projects.blender.org/"]
|
[includeIf "gitdir:~/Repos/projects.blender.org/"]
|
||||||
path = ~/.config/git/blender.gitconfig
|
path = ~/.config/git/blender.gitconfig
|
6
nixos/flake.lock
generated
6
nixos/flake.lock
generated
|
@ -39,11 +39,11 @@
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1738804720,
|
"lastModified": 1737404254,
|
||||||
"narHash": "sha256-3bAR5ALk5AoFt4BlsQRdjSV6VVH6lbgtYdElb0A+qDc=",
|
"narHash": "sha256-L8Lxp/WVdy9gKO2cXptphdP8cMsnGvZF5Noj8N3jLzI=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "7868f1c54b7f8e09be194aaa0934791596df1ea1",
|
"rev": "f8ef9c97ac2f49d5c04dbf3b3d80a0490c05fefb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Add Ollama and OpenWebUI
|
|
||||||
services.ollama = {
|
|
||||||
enable = true;
|
|
||||||
loadModels = [ deepseek-r1:32b ];
|
|
||||||
acceleration = "rocm";
|
|
||||||
rocmOverrideGfx = "11.0.0";
|
|
||||||
environmentVariables = {
|
|
||||||
HSA_OVERRIDE_GFX_VERSION = "11.0.0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.open-webui.enable = true;
|
|
||||||
}
|
|
|
@ -12,7 +12,6 @@
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
vscodium
|
vscodium
|
||||||
ungoogled-chromium
|
|
||||||
thunderbird
|
thunderbird
|
||||||
fastfetch
|
fastfetch
|
||||||
ghostty
|
ghostty
|
||||||
|
@ -72,5 +71,9 @@
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableOnBoot = false;
|
enableOnBoot = false;
|
||||||
|
rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue