Files
home-manager/x230.nix
2024-02-28 11:34:23 +01:00

12 lines
178 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./home-wl.nix
./x230-wl.nix
];
services.batsignal.enable = true;
services.batsignal.extraArgs = [ "-D poweroff" ];
}