about summary refs log tree commit diff
path: root/nixos/modules/programs/oblogout.nix
blob: f09fbdc0624239bd7f93475fcef51c0a0a30e38f (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, lib, pkgs, ... }:

{

  imports = [
    (lib.mkRemovedOptionModule [ "programs" "oblogout" ] "programs.oblogout has been removed from NixOS. This is because the oblogout repository has been archived upstream.")
  ];

}