added sway for x230

This commit is contained in:
2024-02-28 11:34:23 +01:00
parent 374236d8b7
commit bd44bdcd29
3 changed files with 129 additions and 0 deletions

View File

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