This commit is contained in:
KaitoTLex 2025-06-05 15:46:25 -07:00
parent 0f18837c91
commit 502e05276e
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
2 changed files with 13 additions and 9 deletions

18
flake.lock generated
View file

@ -298,11 +298,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749062139, "lastModified": 1749160002,
"narHash": "sha256-gGGLujmeWU+ZjFzfMvFMI0hp9xONsSbm88187wJr82Q=", "narHash": "sha256-IM3xKjsKxhu7Y1WdgTltrLKiOJS8nW7D4SUDEMNr7CI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "86b95fc1ed2b9b04a451a08ccf13d78fb421859c", "rev": "68cc9eeb3875ae9682c04629f20738e1e79d72aa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -335,11 +335,11 @@
"hyprscroller-src": { "hyprscroller-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1748498601, "lastModified": 1749141212,
"narHash": "sha256-fz3e9Vf+UfP48bu8/J5LCcw9cijGRR6VoVdxEXrqkwM=", "narHash": "sha256-YC9WEi74d9L1rjVnjNXqWCUPhHgCj6npQWZ0KT6l2nA=",
"owner": "cpiber", "owner": "cpiber",
"repo": "hyprscroller", "repo": "hyprscroller",
"rev": "2c72e35b985a275a02ec1fe79dea5b6e41cb2ea8", "rev": "80f9a9c6ec9423cfd3f17e801e92934ffc5d52d2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -637,11 +637,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1749053445, "lastModified": 1749147539,
"narHash": "sha256-tf4MNRwJ5ikyg4+UfGuC1+GwMBQYh4dK4sdow1MEGVk=", "narHash": "sha256-RkcNfKytYh1tq81Myax39sgOWJ6TOYf2wkUbhdW0p9o=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "a057acc112856352e77d42ac4685134b2213a810", "rev": "937a154dc30ebcf6d2b74fe74c930dd892a127d9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,6 +36,10 @@
url = "github:cpiber/hyprscroller"; url = "github:cpiber/hyprscroller";
flake = false; flake = false;
}; };
jkernel = {
url = "github:tweag/jupyenv";
flake = false;
};
}; };
outputs = outputs =