nixos-config/modules/home/wms/niri/programs/default.nix

6 lines
55 B
Nix

{ pkgs, ... }:
{
imports = [
./sleep-niri
];
}