2023-12-03 14:24:20 +04:00
|
|
|
{
|
|
|
|
"nodes": {
|
|
|
|
"NixOS-WSL": {
|
|
|
|
"inputs": {
|
|
|
|
"flake-compat": "flake-compat",
|
|
|
|
"flake-utils": "flake-utils",
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1724065442,
|
|
|
|
"narHash": "sha256-8ZUoyeO7Q70bLuijVYvToBSkApw9kfc5hMykTGxB64I=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "NixOS-WSL",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "0bec2bfb8a2d4dd16e5b012982ca95e57d50e6a2",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "NixOS-WSL",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 22:29:46 +04:00
|
|
|
"aquamarine": {
|
|
|
|
"inputs": {
|
|
|
|
"hyprutils": [
|
|
|
|
"hyprland",
|
|
|
|
"hyprutils"
|
|
|
|
],
|
|
|
|
"hyprwayland-scanner": [
|
|
|
|
"hyprland",
|
|
|
|
"hyprwayland-scanner"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1724006173,
|
|
|
|
"narHash": "sha256-1ROh0buuxiMyc6eIb3CIbJsmYO7PhLqSYs55mOx1XTk=",
|
2024-08-11 22:29:46 +04:00
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "aquamarine",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "7f8df01d4297b9068a9592400f16044602844f86",
|
2024-08-11 22:29:46 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "aquamarine",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-26 15:02:19 +04:00
|
|
|
"emacs-overlay": {
|
|
|
|
"inputs": {
|
|
|
|
"flake-utils": "flake-utils_2",
|
2024-08-21 16:12:30 +04:00
|
|
|
"nixpkgs": "nixpkgs",
|
2023-12-26 15:02:19 +04:00
|
|
|
"nixpkgs-stable": "nixpkgs-stable"
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1724231640,
|
|
|
|
"narHash": "sha256-1FnV0jk8GAItH71zVTzrhULylMKyXsb4FNmtn9b46Ug=",
|
2023-12-26 15:02:19 +04:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "emacs-overlay",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "758aa1deb09d8d2dce7bd3a016434e8fcedfab89",
|
2023-12-26 15:02:19 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "emacs-overlay",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-03 14:24:20 +04:00
|
|
|
"flake-compat": {
|
|
|
|
"flake": false,
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1696426674,
|
|
|
|
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
|
|
|
|
"owner": "edolstra",
|
|
|
|
"repo": "flake-compat",
|
|
|
|
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "edolstra",
|
|
|
|
"repo": "flake-compat",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flake-utils": {
|
|
|
|
"inputs": {
|
|
|
|
"systems": "systems"
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-04-14 05:41:03 +04:00
|
|
|
"lastModified": 1710146030,
|
|
|
|
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
2024-04-14 05:41:03 +04:00
|
|
|
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-26 15:02:19 +04:00
|
|
|
"flake-utils_2": {
|
|
|
|
"inputs": {
|
2024-08-08 17:46:14 +04:00
|
|
|
"systems": "systems_2"
|
2023-12-26 15:02:19 +04:00
|
|
|
},
|
|
|
|
"locked": {
|
2024-03-17 05:11:26 +04:00
|
|
|
"lastModified": 1710146030,
|
|
|
|
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
2023-12-26 15:02:19 +04:00
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
2024-03-17 05:11:26 +04:00
|
|
|
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
2023-12-26 15:02:19 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-03 14:24:20 +04:00
|
|
|
"home-manager": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1723986931,
|
|
|
|
"narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "home-manager",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "home-manager",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 22:29:46 +04:00
|
|
|
"hyprcursor": {
|
|
|
|
"inputs": {
|
|
|
|
"hyprlang": [
|
|
|
|
"hyprland",
|
|
|
|
"hyprlang"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1722623071,
|
|
|
|
"narHash": "sha256-sLADpVgebpCBFXkA1FlCXtvEPu1tdEsTfqK1hfeHySE=",
|
2024-08-11 22:29:46 +04:00
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprcursor",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "912d56025f03d41b1ad29510c423757b4379eb1c",
|
2024-08-11 22:29:46 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprcursor",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hyprland": {
|
|
|
|
"inputs": {
|
|
|
|
"aquamarine": "aquamarine",
|
|
|
|
"hyprcursor": "hyprcursor",
|
|
|
|
"hyprlang": "hyprlang",
|
|
|
|
"hyprutils": "hyprutils",
|
|
|
|
"hyprwayland-scanner": "hyprwayland-scanner",
|
2024-08-21 16:12:30 +04:00
|
|
|
"nixpkgs": "nixpkgs_2",
|
2024-08-11 22:29:46 +04:00
|
|
|
"systems": "systems_3",
|
|
|
|
"xdph": "xdph"
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1724237560,
|
|
|
|
"narHash": "sha256-Dcg99OnyKx9m4gTx/TLyB6iC556J4bI/W5kilXSY8lM=",
|
2024-08-11 22:29:46 +04:00
|
|
|
"ref": "refs/heads/main",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "3e7325af57c4670ebea65d2669f49526819c2260",
|
|
|
|
"revCount": 5118,
|
2024-08-11 22:29:46 +04:00
|
|
|
"submodules": true,
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hyprwm/Hyprland"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"submodules": true,
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hyprwm/Hyprland"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hyprland-protocols": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"xdph",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"xdph",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1721326555,
|
|
|
|
"narHash": "sha256-zCu4R0CSHEactW9JqYki26gy8h9f6rHmSwj4XJmlHgg=",
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprland-protocols",
|
|
|
|
"rev": "5a11232266bf1a1f5952d5b179c3f4b2facaaa84",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprland-protocols",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hyprlang": {
|
|
|
|
"inputs": {
|
|
|
|
"hyprutils": [
|
|
|
|
"hyprland",
|
|
|
|
"hyprutils"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1721324361,
|
|
|
|
"narHash": "sha256-BiJKO0IIdnSwHQBSrEJlKlFr753urkLE48wtt0UhNG4=",
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprlang",
|
|
|
|
"rev": "adbefbf49664a6c2c8bf36b6487fd31e3eb68086",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprlang",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 23:05:38 +04:00
|
|
|
"hyprlang_2": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"rose-pine-hyprcursor",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": "systems_4"
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1709914708,
|
|
|
|
"narHash": "sha256-bR4o3mynoTa1Wi4ZTjbnsZ6iqVcPGriXp56bZh5UFTk=",
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprlang",
|
|
|
|
"rev": "a685493fdbeec01ca8ccdf1f3655c044a8ce2fe2",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprlang",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 22:29:46 +04:00
|
|
|
"hyprutils": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1722869141,
|
|
|
|
"narHash": "sha256-0KU4qhyMp441qfwbirNg3+wbm489KnEjXOz2I/RbeFs=",
|
2024-08-11 22:29:46 +04:00
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprutils",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "0252fd13e78e60fb0da512a212e56007515a49f7",
|
2024-08-11 22:29:46 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprutils",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hyprwayland-scanner": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1721324119,
|
|
|
|
"narHash": "sha256-SOOqIT27/X792+vsLSeFdrNTF+OSRp5qXv6Te+fb2Qg=",
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprwayland-scanner",
|
|
|
|
"rev": "a048a6cb015340bd82f97c1f40a4b595ca85cc30",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "hyprwayland-scanner",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-03 14:24:20 +04:00
|
|
|
"nixpkgs": {
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1723991338,
|
|
|
|
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
2024-08-09 17:55:44 +04:00
|
|
|
"ref": "nixos-unstable",
|
2023-12-03 14:24:20 +04:00
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs-stable": {
|
2023-12-26 15:02:19 +04:00
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1724098845,
|
|
|
|
"narHash": "sha256-D5HwjQw/02fuXbR4LCTo64koglP2j99hkDR79/3yLOE=",
|
2023-12-26 15:02:19 +04:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "f1bad50880bae73ff2d82fafc22010b4fc097a9c",
|
2023-12-26 15:02:19 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
2024-07-14 05:24:08 +04:00
|
|
|
"ref": "nixos-24.05",
|
2023-12-26 15:02:19 +04:00
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs-stable_2": {
|
2023-12-03 14:24:20 +04:00
|
|
|
"locked": {
|
2024-08-04 05:24:57 +04:00
|
|
|
"lastModified": 1721524707,
|
|
|
|
"narHash": "sha256-5NctRsoE54N86nWd0psae70YSLfrOek3Kv1e8KoXe/0=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2024-08-04 05:24:57 +04:00
|
|
|
"rev": "556533a23879fc7e5f98dd2e0b31a6911a213171",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
2024-07-06 13:00:56 +04:00
|
|
|
"ref": "release-24.05",
|
2023-12-03 14:24:20 +04:00
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs-unstable": {
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1723991338,
|
|
|
|
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "nixos",
|
|
|
|
"repo": "nixpkgs",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nixos",
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 23:05:38 +04:00
|
|
|
"nixpkgs_2": {
|
2024-08-12 02:51:38 +04:00
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1723637854,
|
|
|
|
"narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=",
|
2024-08-12 02:51:38 +04:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9",
|
2024-08-12 02:51:38 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs_3": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"locked": {
|
|
|
|
"lastModified": 1723991338,
|
|
|
|
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
|
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs_4": {
|
2024-08-11 23:05:38 +04:00
|
|
|
"locked": {
|
|
|
|
"lastModified": 1710272261,
|
|
|
|
"narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",
|
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-03 14:24:20 +04:00
|
|
|
"root": {
|
|
|
|
"inputs": {
|
|
|
|
"NixOS-WSL": "NixOS-WSL",
|
2023-12-26 15:02:19 +04:00
|
|
|
"emacs-overlay": "emacs-overlay",
|
2023-12-03 14:24:20 +04:00
|
|
|
"home-manager": "home-manager",
|
2024-08-11 22:29:46 +04:00
|
|
|
"hyprland": "hyprland",
|
2024-08-21 16:12:30 +04:00
|
|
|
"nixpkgs": "nixpkgs_3",
|
2023-12-03 14:24:20 +04:00
|
|
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
2024-08-11 23:05:38 +04:00
|
|
|
"rose-pine-hyprcursor": "rose-pine-hyprcursor",
|
2023-12-03 14:24:20 +04:00
|
|
|
"sops-nix": "sops-nix"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 23:05:38 +04:00
|
|
|
"rose-pine-hyprcursor": {
|
|
|
|
"inputs": {
|
|
|
|
"hyprlang": "hyprlang_2",
|
2024-08-21 16:12:30 +04:00
|
|
|
"nixpkgs": "nixpkgs_4",
|
2024-08-11 23:05:38 +04:00
|
|
|
"utils": "utils"
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1718180692,
|
|
|
|
"narHash": "sha256-J5IYvKcdGRL/sBuST5WaoESEIl7KPv8aJK8aLY6C91E=",
|
|
|
|
"owner": "ndom91",
|
|
|
|
"repo": "rose-pine-hyprcursor",
|
|
|
|
"rev": "40ce26cb29206722ff73839ead0d871d94751e90",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "ndom91",
|
|
|
|
"repo": "rose-pine-hyprcursor",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-12-03 14:24:20 +04:00
|
|
|
"sops-nix": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
2023-12-26 15:02:19 +04:00
|
|
|
"nixpkgs-stable": "nixpkgs-stable_2"
|
2023-12-03 14:24:20 +04:00
|
|
|
},
|
|
|
|
"locked": {
|
2024-08-21 16:12:30 +04:00
|
|
|
"lastModified": 1723501126,
|
|
|
|
"narHash": "sha256-N9IcHgj/p1+2Pvk8P4Zc1bfrMwld5PcosVA0nL6IGdE=",
|
2023-12-03 14:24:20 +04:00
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "sops-nix",
|
2024-08-21 16:12:30 +04:00
|
|
|
"rev": "be0eec2d27563590194a9206f551a6f73d52fa34",
|
2023-12-03 14:24:20 +04:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "sops-nix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"systems": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"type": "github"
|
|
|
|
}
|
2023-12-26 15:02:19 +04:00
|
|
|
},
|
|
|
|
"systems_2": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"type": "github"
|
|
|
|
}
|
2024-08-11 22:29:46 +04:00
|
|
|
},
|
|
|
|
"systems_3": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1689347949,
|
|
|
|
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default-linux",
|
|
|
|
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default-linux",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 23:05:38 +04:00
|
|
|
"systems_4": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1689347949,
|
|
|
|
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default-linux",
|
|
|
|
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default-linux",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"systems_5": {
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-systems",
|
|
|
|
"repo": "default",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"utils": {
|
|
|
|
"inputs": {
|
|
|
|
"systems": "systems_5"
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1710146030,
|
|
|
|
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
|
|
|
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "flake-utils",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2024-08-11 22:29:46 +04:00
|
|
|
"xdph": {
|
|
|
|
"inputs": {
|
|
|
|
"hyprland-protocols": "hyprland-protocols",
|
|
|
|
"hyprlang": [
|
|
|
|
"hyprland",
|
|
|
|
"hyprlang"
|
|
|
|
],
|
|
|
|
"nixpkgs": [
|
|
|
|
"hyprland",
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"systems": [
|
|
|
|
"hyprland",
|
|
|
|
"systems"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
|
|
|
"lastModified": 1722365976,
|
|
|
|
"narHash": "sha256-Khdm+mDzYA//XaU0M+hftod+rKr5q9SSHSEuiQ0/9ow=",
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "xdg-desktop-portal-hyprland",
|
|
|
|
"rev": "7f2a77ddf60390248e2a3de2261d7102a13e5341",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hyprwm",
|
|
|
|
"repo": "xdg-desktop-portal-hyprland",
|
|
|
|
"type": "github"
|
|
|
|
}
|
2023-12-03 14:24:20 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"root": "root",
|
|
|
|
"version": 7
|
|
|
|
}
|