Files
nixos/modules/home-manager/wlogout.nix
T

8 lines
73 B
Nix

{ config, pkgs, ... }:
{
programs.wlogout = {
enable = true;
};
}