aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-22 15:24:55 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-22 15:24:55 +0530
commit1f80ae89d060a48f9959c67840e641372a04e127 (patch)
tree9ece31d7855996968414c3ec85f28b237f5ddc22 /flake.lock
parentea67a0fe498578d03b27bcf7365acfc69cc840b4 (diff)
greyline, live wallpaper
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock45
1 files changed, 40 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index bd14ec0..d03e0cc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,23 @@
{
"nodes": {
+ "greyline": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ },
+ "locked": {
+ "lastModified": 1784713718,
+ "narHash": "sha256-ar2eZLXZJEkkY0YpZiK9cEqlUisvkgpRtcezoexXC/w=",
+ "owner": "FloatingComet62",
+ "repo": "greyline",
+ "rev": "a282e24763f5345dd3c48bd8f4c4dbf6c1f77469",
+ "type": "github"
+ },
+ "original": {
+ "owner": "FloatingComet62",
+ "repo": "greyline",
+ "type": "github"
+ }
+ },
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -23,16 +41,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1784160687,
- "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=",
+ "lastModified": 1781577229,
+ "narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d",
+ "rev": "567a49d1913ce81ac6e9582e3553dd90a955875f",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-26.05",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@@ -53,6 +71,22 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1784160687,
+ "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-26.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"quickshell": {
"inputs": {
"nixpkgs": [
@@ -75,8 +109,9 @@
},
"root": {
"inputs": {
+ "greyline": "greyline",
"home-manager": "home-manager",
- "nixpkgs": "nixpkgs",
+ "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"quickshell": "quickshell",
"zen-browser": "zen-browser"