diff options
author | sils <sils@sils.li> | 2023-10-12 13:48:00 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-12 13:48:00 +0200 |
commit | b170ccfbca5460f011d0b5262ab6044bf2e83df2 (patch) | |
tree | 2ae4982d0d90e0aa012b68812bfe7f4ac6d21269 /flake.lock | |
parent | build(flake): update (diff) | |
download | nix-config-b170ccfbca5460f011d0b5262ab6044bf2e83df2.tar.gz nix-config-b170ccfbca5460f011d0b5262ab6044bf2e83df2.zip |
feat(u/sils/packages): add wl-togglescreens
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 3098b4c..458deeb 100644 --- a/flake.lock +++ b/flake.lock @@ -796,6 +796,7 @@ "rust-overlay": "rust-overlay_2", "shell_library": "shell_library", "systems": "systems_4", + "wl-togglescreens": "wl-togglescreens", "yambar_cpu": "yambar_cpu", "yambar_memory": "yambar_memory" } @@ -977,6 +978,27 @@ "type": "github" } }, + "wl-togglescreens": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1696950026, + "narHash": "sha256-+uj4G2bf+cCh3EgAfZzWzzu9keA6W0oEzM/SasNH5lw=", + "ref": "main", + "rev": "5ae8ab2e87fa345330e33604361a18b58a68cd4c", + "revCount": 11, + "type": "git", + "url": "https://git.project-insanity.org/onny/wl-togglescreens.git" + }, + "original": { + "ref": "main", + "type": "git", + "url": "https://git.project-insanity.org/onny/wl-togglescreens.git" + } + }, "yambar_cpu": { "inputs": { "crane": [ |