{ pkgs, ... }:
{
imports = [
./firefox.nix
./ssh.nix
./sway.nix
];
environment.systemPackages = with pkgs; [
keepassxc
services.logind.extraConfig = ''
HandlePowerKey=ignore
'';
}