Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-10 08:35:51 -05:00
commit ee3fd2dcbb
2 changed files with 5 additions and 4 deletions

8
hosts/oren/flake.lock generated
View file

@ -32,11 +32,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1748889889, "lastModified": 1749249047,
"narHash": "sha256-EYK1MXVf/JmFQt8p6dq1aJ68ndIrEfpA0gVMkwouhhI=", "narHash": "sha256-wqM4JKZJZxmJHBQ3z9n9SZraCZjnjpYmCsKv4h3jYpU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "cf8583305086d6248871a7d2ae70efb3090858de", "rev": "0d2c44d2d808c4501566a1f7a32cb598a58a116c",
"revCount": 451, "revCount": 461,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },

View file

@ -41,6 +41,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
lua lua
qdirstat qdirstat
obsidian
]; ];
services.ollama = { services.ollama = {