nix/host/dasha/default.nix

10 lines
189 B
Nix
Raw Normal View History

2024-04-06 03:03:58 +03:00
{ lib, ... }: {
2024-03-29 09:05:08 +03:00
imports = [
./Filesystem.nix
];
2024-04-06 00:08:35 +03:00
2024-04-24 04:58:58 +03:00
# Disable keyd.
2024-06-04 16:36:13 +03:00
# services.keyd.enable = lib.mkForce false;
# systemd.services.keyd-application-mapper.enable = lib.mkForce false;
}