2024-04-04 21:55:44 +03:00
|
|
|
{ lib, ... }: {
|
2024-03-04 00:34:39 +03:00
|
|
|
imports = [
|
2024-03-29 09:05:08 +03:00
|
|
|
./Filesystem.nix
|
2024-03-04 00:34:39 +03:00
|
|
|
./Tablet.nix
|
2024-03-29 09:05:08 +03:00
|
|
|
./Vpn.nix
|
2024-03-04 00:34:39 +03:00
|
|
|
];
|
2024-04-04 21:55:44 +03:00
|
|
|
|
|
|
|
# Disable Kbd Interception.
|
|
|
|
services.interception-tools.enable = lib.mkForce false;
|
2024-03-04 00:34:39 +03:00
|
|
|
}
|