add lockscreen

This commit is contained in:
2025-05-06 22:54:36 +02:00
parent 11358663fc
commit 23010ee036
13 changed files with 129 additions and 21 deletions

5
overlays/shell.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { overlays = [ (import ./river-status.nix) ]; } }:
pkgs.mkShell {
buildInputs = [ pkgs.river-status ];
}