{ ... }: { imports = [ ./hardware-configuration ./configs ./users ]; ################################################################################ # Window manager ################################################################################ local.window-manager = { xmonad.enable = false; hyprland.enable = true; }; ################################################################################ # Services ################################################################################ # Enable the Docker # virtualisation.docker.enable = true; # Torrent # services.transmission.enable = true; }