diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-05 01:15:43 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-05 01:15:43 +0200 |
commit | 0fdbf0ff9053ff754a94b26f3401e29c14ad1bcb (patch) | |
tree | 9cb1cc020e24bcfbd975c6f9f8b89089ac2b8f40 /flake.lock | |
parent | swaylock: remove background image (diff) | |
download | nix-config-0fdbf0ff9053ff754a94b26f3401e29c14ad1bcb.tar.gz nix-config-0fdbf0ff9053ff754a94b26f3401e29c14ad1bcb.zip |
theming: change theme to tokyo-night-dark
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 015ef75..4067a39 100644 --- a/flake.lock +++ b/flake.lock @@ -160,6 +160,22 @@ "type": "github" } }, + "base16-tokyo-night-scheme": { + "flake": false, + "locked": { + "lastModified": 1633715041, + "narHash": "sha256-GNKk+i5p8Nn8gwY7/Zlv9WwDLvD86ZKxdCUUUQu661Y=", + "ref": "refs/heads/main", + "rev": "b91b71f9f86199ac0f865524d22d6a45548c8343", + "revCount": 6, + "type": "git", + "url": "https://git.michaelball.name/gid/base16-tokyo-night-scheme.git" + }, + "original": { + "type": "git", + "url": "https://git.michaelball.name/gid/base16-tokyo-night-scheme.git" + } + }, "base16-vim": { "flake": false, "locked": { @@ -672,6 +688,7 @@ "root": { "inputs": { "agenix": "agenix", + "base16-tokyo-night-scheme": "base16-tokyo-night-scheme", "crane": "crane", "flake-compat": "flake-compat", "flake-parts": "flake-parts", |