From 4a6725d5c01c804c96205d99663606dec4d0327e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 22 Jan 2023 10:44:53 +0530 Subject: add rotate scripts --- flake.lock | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 0f94912..b38c7fc 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "better-text-objs": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1674354525, + "narHash": "sha256-C0Fc7I2S1MGNGKgvGkMzzEyVF3WkRHlj8i+PF0o9tYI=", + "ref": "refs/heads/master", + "rev": "697b2c8f2415832bae7520a1d802e080363aa84b", + "revCount": 5, + "type": "git", + "url": "https://git.peppe.rs/vim/better-text-objs" + }, + "original": { + "type": "git", + "url": "https://git.peppe.rs/vim/better-text-objs" + } + }, "fenix": { "inputs": { "nixpkgs": [ @@ -98,10 +118,12 @@ }, "root": { "inputs": { + "better-text-objs": "better-text-objs", "home-manager": "home-manager", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "prompt": "prompt" + "prompt": "prompt", + "vim-colors-plain": "vim-colors-plain" } }, "rust-analyzer-src": { @@ -135,6 +157,26 @@ "repo": "flake-utils", "type": "github" } + }, + "vim-colors-plain": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1662030705, + "narHash": "sha256-eMPhWbybSTbf109A53Gmim6dGt7NwRwCfVbRXMIIEEo=", + "ref": "refs/heads/master", + "rev": "b381e6949ccd13b44fcab7b67e91dec2bb37deb2", + "revCount": 57, + "type": "git", + "url": "https://git.peppe.rs/vim/vim-colors-plain" + }, + "original": { + "type": "git", + "url": "https://git.peppe.rs/vim/vim-colors-plain" + } } }, "root": "root", -- cgit v1.2.3