{ pkgs, ... }: { imports = [ ./network.nix ./ssh.nix ./sway.nix ./syncthing.nix ]; environment.systemPackages = with pkgs; [ discord firefox-wayland keepassxc mpv spotify vlc ]; services.logind.extraConfig = '' HandlePowerKey=ignore ''; }