vomit day

This commit is contained in:
TheK0tYaRa 2026-03-22 22:16:01 +02:00
parent 7fa7351aa7
commit 339ef75baf
4 changed files with 46 additions and 30 deletions

View file

@ -720,17 +720,17 @@ inline sycl::event submit_wait_on_events(sycl::queue q, const std::vector<sycl::
--run 'export WINE WINESERVER WINE_BIN WINESERVER_BIN'
'';
});
# winetricks = prev.winetricks.overrideAttrs (
# old:
# let
# version = "20260125";
# in
# {
# inherit version;
# src = final.fetchurl {
# url = "https://github.com/Winetricks/winetricks/archive/refs/tags/${version}.tar.gz";
# hash = "sha256-KJC9n7ut5GOOWLSZmiNycxkt8DtYUWrnuHceCcItL1Y=";
# };
# }
# );
intel-compute-runtime = modify prev.intel-compute-runtime (
old:
let
cmakeSccacheAttrs = mkCmakeSccacheAttrs old;
in
cmakeSccacheAttrs
// {
cmakeFlags = (cmakeSccacheAttrs.cmakeFlags or [ ]) ++ [
(prev.lib.cmakeBool "NEO_ENABLE_XE" true)
];
}
);
}

30
flake.lock generated
View file

@ -46,11 +46,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1773961521,
"narHash": "sha256-enhjd1AcHHU+3RCRdSWVQj6TIqRXkJUbQSFVXzC6xLo=",
"lastModified": 1774106245,
"narHash": "sha256-gB3XhG900wWKDa/dbqgK0wFGRf8u9PQhqN/SvnTZlIM=",
"owner": "sadjow",
"repo": "claude-code-nix",
"rev": "1519be1f77ed017ae4a88916ac54529cef885573",
"rev": "0b01bf3b7cb403ef11f502183b6de55e2aaccf88",
"type": "github"
},
"original": {
@ -176,11 +176,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1773921118,
"narHash": "sha256-ZBb59LTDi00YbqtEv4WGELVQp1OVUuIKsH1OFj3ccJs=",
"lastModified": 1774147244,
"narHash": "sha256-t0LgngMyJu9sRCvNTrkE0oxQgS1jFDheZtuUJbrYoTI=",
"owner": "imaviso",
"repo": "dwproton-flake",
"rev": "f32d216870fcbc4a3a24764f39bbbaa3991f7f53",
"rev": "c5dda756199e5f7ae4850ceb6981f1856cd1497a",
"type": "github"
},
"original": {
@ -451,11 +451,11 @@
]
},
"locked": {
"lastModified": 1774007980,
"narHash": "sha256-FOnZjElEI8pqqCvB6K/1JRHTE8o4rer8driivTpq2uo=",
"lastModified": 1774135471,
"narHash": "sha256-TVeIGOxnfSPM6JvkRkXHpJECnj1OG2dXkWMSA4elzzQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9670de2921812bc4e0452f6e3efd8c859696c183",
"rev": "856b01ebd1de3f53c3929ce8082d9d67d799d816",
"type": "github"
},
"original": {
@ -611,11 +611,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1773889880,
"narHash": "sha256-cu23CGP+mD2wKPKaoGM7evZ1dXfjd+cjryqqqx2HloE=",
"lastModified": 1774113359,
"narHash": "sha256-b7/LsPn5uZoFNjGVQ26q+6QPf8Q9IHHmRx+rGLZ8oyY=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "63767d4572eb2e3da5e68f68de77d8f2cdeca8dd",
"rev": "1c4a800bbe0c4cbcf99529fd88286a14450261a8",
"type": "github"
},
"original": {
@ -726,11 +726,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1773814637,
"narHash": "sha256-GNU+ooRmrHLfjlMsKdn0prEKVa0faVanm0jrgu1J/gY=",
"lastModified": 1773964973,
"narHash": "sha256-NV/J+tTER0P5iJhUDL/8HO5MDjDceLQPRUYgdmy5wXw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fea3b367d61c1a6592bc47c72f40a9f3e6a53e96",
"rev": "812b3986fd1568f7a858f97fcf425ad996ba7d25",
"type": "github"
},
"original": {

View file

@ -107,6 +107,7 @@
oneapi-math
oneapi-tbb
unified-memory-framework
level-zero
]
);
# ++ (with inputs.intel-hw.packages."${system}"; [

View file

@ -456,6 +456,7 @@
theme = "opencode";
autoupdate = false;
share = "manual";
model = "openrouter/openrouter/free";
# server = {
# port = 4096;
@ -604,13 +605,11 @@
mod-key = "Super";
};
layout.default-column-width = { };
spawn-at-startup = [
{
sh = "systemctl --user restart xdg-desktop-portal xdg-desktop-portal-wlr xdg-desktop-portal-gtk";
}
];
workspaces = {
"1-social" = {
name = "social";
@ -669,6 +668,22 @@
# tiled-state = false;
open-on-workspace = "gaming";
}
{
matches = [
{
app-id = "steam";
title = "^notificationtoasts_[0-9]*_desktop$";
}
];
# open-floating = false;
default-floating-position = {
x = 0;
y = 20;
relative-to="top-left";
};
open-floating = true;
open-on-workspace = "gaming";
}
{
matches = [
{ title = "^Picture-in-Picture$"; }