Compare commits

..

2 Commits

Author SHA1 Message Date
uttarayan21
3051a19d79 chore: update flake lock and nix files for home-manager changes
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
2025-12-09 02:01:54 +05:30
uttarayan21
2e1fdc655c chore(vr): comment out envision package in vr.nix 2025-12-09 01:53:20 +05:30
4 changed files with 17 additions and 18 deletions

25
flake.lock generated
View File

@@ -1791,16 +1791,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765170903, "lastModified": 1765217760,
"narHash": "sha256-O8VTGey1xxiRW+Fpb+Ps9zU7ShmxUA1a7cMTcENCVNg=", "narHash": "sha256-BVVyAodLcAD8KOtR3yCStBHSE0WAH/xQWH9f0qsxbmk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "20561be440a11ec57a89715480717baf19fe6343", "rev": "e5b1f87841810fc24772bf4389f9793702000c9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@@ -2862,11 +2861,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1765219358, "lastModified": 1765224106,
"narHash": "sha256-QPxJed9HM7rR3EU9Il7dJ/fgQIym0xc2yvGKKs/ylA4=", "narHash": "sha256-zr9GkwloaFOZucxTpnlJPXEj4nOYFsgQpNDvTOv6oLc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "810a627aca3f5095d78513dad724c20d82a2b274", "rev": "a55a45583efc071120089f2cbf7da1223de27e69",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -3194,11 +3193,11 @@
"nixpkgs": "nixpkgs_12" "nixpkgs": "nixpkgs_12"
}, },
"locked": { "locked": {
"lastModified": 1765213466, "lastModified": 1765222505,
"narHash": "sha256-JdQa7m3a/oWun8TGJ+jamAdxn820RFjqDLNnl4d8a+0=", "narHash": "sha256-3S9pIQLTDU3G7iCx/vGVhESWNwr7FtmPWe9pa/mV1ZU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "0c5cabc4f46e5ce7e45827c22b21173a887acff2", "rev": "2f1e5fe41d1e1f19f9e76d9cdea9e99bce30a263",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -4533,11 +4532,11 @@
"systems": "systems_25" "systems": "systems_25"
}, },
"locked": { "locked": {
"lastModified": 1765120114, "lastModified": 1765223514,
"narHash": "sha256-OIpOC69I+2rhIvIU2CmDXsKU4BRCouBGPlKx+IYFqOE=", "narHash": "sha256-Ku2x3nVpMo4Jz/NKx44jJwv/vgo9YkMqTAIdaPaDyG0=",
"owner": "vicinaehq", "owner": "vicinaehq",
"repo": "vicinae", "repo": "vicinae",
"rev": "b7391a02592d512ada397841440457b3dc292502", "rev": "ab6451a4e536fd5b7b513e9860d0a897b84486d1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -10,7 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-25.11"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
stylix = { stylix = {

View File

@@ -16,8 +16,8 @@
enableNushellIntegration = false; enableNushellIntegration = false;
settings = { settings = {
save_session = true; save_session = true;
model = "openai:gpt-4o"; # model = "openai:gpt-4o";
# model = "ryu:qwen3-coder-30b"; model = "ryu:qwen3-coder-30b";
rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k"; rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k";
clients = [ clients = [
{ {
@@ -174,7 +174,7 @@
*/ */
'' ''
--- ---
model: openai:gpt-4o model: ryu:qwen3-coder-30b
--- ---
Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message. Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message.
''; '';

View File

@@ -4,6 +4,6 @@
wayvr-dashboard wayvr-dashboard
bs-manager bs-manager
monado-vulkan-layers monado-vulkan-layers
envision # envision
]; ];
} }