add lockscreen
This commit is contained in:
5
overlays/shell.nix
Normal file
5
overlays/shell.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./river-status.nix) ]; } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [ pkgs.river-status ];
|
||||
}
|
||||
Reference in New Issue
Block a user