{ inputs, outputs, lib, config, pkgs, ... }: { imports = [ inputs.sops-nix.nixosModules.sops ./hardware-configuration.nix # ../disko/mmcblk.nix ../workstation ]; networking.hostName = "ace"; variables.swayScale = "0.75"; roles = { gui.enable = true; kmscon.enable = true; }; wm = {sway.enable = true;}; }