diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
commit | a3d2b478b96863f9764d9f47867860b131e3ae40 (patch) | |
tree | ae946d01d7c466ea1c9ea1416023334a53a1aa61 /flake.lock | |
parent | ffaf76d3acb6cc3e5394f985ab803d107a03da6f (diff) |
add powermenu
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -110,10 +110,26 @@ "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nur": "nur", + "scripts": "scripts", "sops-nix": "sops-nix", "wallpapers": "wallpapers" } }, + "scripts": { + "locked": { + "lastModified": 1709958643, + "narHash": "sha256-+NHuHYUTUkjIOaCZlH7gICDwRu2dMgJ6smmU9DvgLT0=", + "owner": "ret2pop", + "repo": "scripts", + "rev": "8e230dcb118d5a25629c1980a4764ae071bfb2bf", + "type": "github" + }, + "original": { + "owner": "ret2pop", + "repo": "scripts", + "type": "github" + } + }, "sops-nix": { "inputs": { "nixpkgs": "nixpkgs_2", |